Home
last modified time | relevance | path

Searched refs:names (Results 1 – 20 of 20) 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 zfree(&cmds->names[i]); in clean_cmdnames()
26 zfree(&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.c308 static int parse_aliases(char *str, const char *names[][PERF_EVSEL__MAX_ALIASES], int size) in parse_aliases()
314 for (j = 0; j < PERF_EVSEL__MAX_ALIASES && names[i][j]; j++) { in parse_aliases()
315 n = strlen(names[i][j]); in parse_aliases()
316 if (n > longest && !strncasecmp(str, names[i][j], n)) in parse_aliases()
/tools/perf/tests/
Devsel-roundtrip-name.c64 static int __perf_evsel__name_array_test(const char *names[], int nr_names) in __perf_evsel__name_array_test() argument
74 err = parse_events(evlist, names[i]); in __perf_evsel__name_array_test()
77 names[i], err); in __perf_evsel__name_array_test()
84 if (strcmp(perf_evsel__name(evsel), names[evsel->idx])) { in __perf_evsel__name_array_test()
86 pr_debug("%s != %s\n", perf_evsel__name(evsel), names[evsel->idx]); in __perf_evsel__name_array_test()
95 #define perf_evsel__name_array_test(names) \ argument
96 __perf_evsel__name_array_test(names, ARRAY_SIZE(names))
/tools/usb/usbip/libsrc/
DMakefile.am6 libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
/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.txt155 all occurrences of this separator in symbol names (and other output)
276 Demangle symbol names to human readable form. It's enabled by default,
280 Demangle kernel symbol names to human readable form (for C++ kernels).
Dperf-trace.txt38 List of events to show, currently only syscall names.
Dperf-diff.txt60 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/usb/usbip/
D.gitignore23 libsrc/libusbip_la-names.lo
DINSTALL123 with an extra prefix or suffix on their names by giving `configure' the
DCOPYING328 necessary. Here is a sample; alter the names:
/tools/firewire/
Ddecode-fcp.c51 struct avc_enum *names; member
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c141 static const char *const names[] = { in display_event() local
158 printf("Event %s\n", names[event->type]); in display_event()
/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/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c155 static const char *const names[] = { in display_event() local
172 printf("Event %s\n", names[event->type]); in display_event()
/tools/usb/
Dffs-test.c542 static const char *const names[] = { in ep0_consume() local
566 printf("Event %s\n", names[event->type]); in ep0_consume()