Home
last modified time | relevance | path

Searched refs:names (Results 1 – 14 of 14) sorted by relevance

/tools/perf/util/
Dhelp.c16 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 …]
Dhelp.h10 } **names; member
Dparse-events.c280 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/
Devsel-roundtrip-name.c63 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/
Dscripts.c49 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/
Dperf-evlist.txt6 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.
Dperf-report.txt111 all occurrences of this separator in symbol names (and other output)
210 Demangle symbol names to human readable form. It's enabled by default,
Dperf-diff.txt56 all occurrences of this separator in symbol names (and other output)
Dperf-probe.txt26 without debuginfo, or by C expressions (C line numbers, C function names,
Dperf-script-python.txt39 of its output (syscall names are not yet supported, they will appear
/tools/firewire/
Ddecode-fcp.c51 struct avc_enum *names; member
/tools/virtio/virtio-trace/
DREADME48 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/
Dbash_completion52 # List long option names
/tools/usb/
Dffs-test.c454 static const char *const names[] = { in ep0_consume() local
478 printf("Event %s\n", names[event->type]); in ep0_consume()