Searched refs:names (Results 1 – 14 of 14) sorted by relevance
/tools/perf/util/ |
D | help.c | 16 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname() 17 cmds->names[cmds->cnt++] = ent; in add_cmdname() 25 free(cmds->names[i]); in clean_cmdnames() 26 free(cmds->names); in clean_cmdnames() 46 if (strcmp(cmds->names[i]->name, cmds->names[i-1]->name)) in uniq() 47 cmds->names[j++] = cmds->names[i]; in uniq() 59 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds() 61 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds() 69 cmds->names[cj++] = cmds->names[ci++]; in exclude_cmds() 100 printf("%-*s", size, cmds->names[n]->name); in pretty_print_string_list() [all …]
|
D | help.h | 10 } **names; member
|
D | parse-events.c | 280 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) in parse_aliases() 286 for (j = 0; j < PERF_EVSEL__MAX_ALIASES && names[i][j]; j++) { in parse_aliases() 287 n = strlen(names[i][j]); in parse_aliases() 288 if (n > longest && !strncasecmp(str, names[i][j], n)) in parse_aliases()
|
/tools/perf/tests/ |
D | evsel-roundtrip-name.c | 63 static int __perf_evsel__name_array_test(const char *names[], int nr_names) in __perf_evsel__name_array_test() argument 73 err = parse_events(evlist, names[i]); in __perf_evsel__name_array_test() 76 names[i], err); in __perf_evsel__name_array_test() 83 if (strcmp(perf_evsel__name(evsel), names[evsel->idx])) { in __perf_evsel__name_array_test() 85 pr_debug("%s != %s\n", perf_evsel__name(evsel), names[evsel->idx]); in __perf_evsel__name_array_test() 94 #define perf_evsel__name_array_test(names) \ argument 95 __perf_evsel__name_array_test(names, ARRAY_SIZE(names))
|
/tools/perf/ui/browsers/ |
D | scripts.c | 49 char *buf, *names[SCRIPT_MAX_NO], *paths[SCRIPT_MAX_NO]; in list_scripts() local 58 names[i] = buf + i * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN); in list_scripts() 59 paths[i] = names[i] + SCRIPT_NAMELEN; in list_scripts() 62 num = find_scripts(names, paths); in list_scripts() 64 choice = ui__popup_menu(num, names); in list_scripts()
|
/tools/perf/Documentation/ |
D | perf-evlist.txt | 6 perf-evlist - List the event names in a perf.data file 15 This command displays the names of events sampled in a perf.data file.
|
D | perf-report.txt | 111 all occurrences of this separator in symbol names (and other output) 210 Demangle symbol names to human readable form. It's enabled by default,
|
D | perf-diff.txt | 56 all occurrences of this separator in symbol names (and other output)
|
D | perf-probe.txt | 26 without debuginfo, or by C expressions (C line numbers, C function names,
|
D | perf-script-python.txt | 39 of its output (syscall names are not yet supported, they will appear
|
/tools/firewire/ |
D | decode-fcp.c | 51 struct avc_enum *names; member
|
/tools/virtio/virtio-trace/ |
D | README | 48 For example, if a guest use three CPUs, the names are 82 Here, chardev names are restricted to trace-path-cpuX and agent-ctl-path. For 83 example, if a guest use three CPUs, chardev names should be trace-path-cpu0,
|
/tools/perf/ |
D | bash_completion | 52 # List long option names
|
/tools/usb/ |
D | ffs-test.c | 454 static const char *const names[] = { in ep0_consume() local 478 printf("Event %s\n", names[event->type]); in ep0_consume()
|