/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 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 …]
|
D | help.h | 10 } **names; member
|
D | parse-events.c | 308 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/ |
D | evsel-roundtrip-name.c | 64 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/ |
D | Makefile.am | 6 libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \
|
/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 | 155 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).
|
D | perf-trace.txt | 38 List of events to show, currently only syscall names.
|
D | perf-diff.txt | 60 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/usb/usbip/ |
D | .gitignore | 23 libsrc/libusbip_la-names.lo
|
D | INSTALL | 123 with an extra prefix or suffix on their names by giving `configure' the
|
D | COPYING | 328 necessary. Here is a sample; alter the names:
|
/tools/firewire/ |
D | decode-fcp.c | 51 struct avc_enum *names; member
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 141 static const char *const names[] = { in display_event() local 158 printf("Event %s\n", names[event->type]); in display_event()
|
/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/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 155 static const char *const names[] = { in display_event() local 172 printf("Event %s\n", names[event->type]); in display_event()
|
/tools/usb/ |
D | ffs-test.c | 542 static const char *const names[] = { in ep0_consume() local 566 printf("Event %s\n", names[event->type]); in ep0_consume()
|