Searched refs:bname (Results 1 – 3 of 3) sorted by relevance
/tools/perf/tests/ |
D | perf-record.c | 60 char *bname, *mmap_filename; in test__PERF_RECORD() local 256 bname = strrchr(mmap_filename, '/'); in test__PERF_RECORD() 257 if (bname != NULL) { in test__PERF_RECORD() 259 found_cmd_mmap = !strcmp(bname + 1, cmd); in test__PERF_RECORD() 261 found_coreutils_mmap = !strcmp(bname + 1, "coreutils"); in test__PERF_RECORD() 263 found_libc_mmap = !strncmp(bname + 1, "libc", 4); in test__PERF_RECORD() 265 found_ld_mmap = !strncmp(bname + 1, "ld", 2); in test__PERF_RECORD()
|
/tools/perf/pmu-events/ |
D | jevents.c | 296 static int add_topic(char *bname) in add_topic() argument 299 topic = strdup(bname); in add_topic() 302 strerror(errno), bname); in add_topic() 943 char *tblname, *bname; in process_one_file() local 955 bname = (char *) fpath + ftwbuf->base - 2; in process_one_file() 957 if (*bname == '/') in process_one_file() 959 bname--; in process_one_file() 961 bname++; in process_one_file() 963 bname = (char *) fpath + ftwbuf->base; in process_one_file() 967 level, sb->st_size, bname, fpath); in process_one_file() [all …]
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 4380 bname = '%s%d' % (dir[0], data.testnumber) 4397 devtl.html += devtl.html_tblock.format(bname, left, width, devtl.scaleH)
|