Home
last modified time | relevance | path

Searched refs:nfiles (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Ddwarf-aux.c25 size_t nfiles, i; in cu_find_realpath() local
32 ret = dwarf_getsrcfiles(cu_die, &files, &nfiles); in cu_find_realpath()
36 for (i = 0; i < nfiles; i++) { in cu_find_realpath()
41 if (i == nfiles) in cu_find_realpath()
/tools/perf/
Dbuiltin-trace.c1332 struct file *nfiles = realloc(ttrace->files.table, (fd + 1) * sizeof(struct file)); in thread_trace__files_entry() local
1334 if (nfiles == NULL) in thread_trace__files_entry()
1338 memset(nfiles + ttrace->files.max + 1, 0, in thread_trace__files_entry()
1341 memset(nfiles, 0, (fd + 1) * sizeof(struct file)); in thread_trace__files_entry()
1344 ttrace->files.table = nfiles; in thread_trace__files_entry()