Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 16 of 16) sorted by relevance

/tools/perf/util/
Dlevenshtein.c55 int *dummy; in levenshtein() local
74 dummy = row0; in levenshtein()
77 row2 = dummy; in levenshtein()
Dsort.h102 bool dummy; member
Dparse-events.l275 dummy { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_DUMMY); }
Dconfig.c416 void *dummy __maybe_unused) in perf_default_config()
Dhist.c2157 he->dummy = true; in hists__add_dummy_entry()
2198 he->dummy = true; in add_dummy_hierarchy_entry()
/tools/perf/bench/
Dsched-messaging.c71 char dummy; in ready() local
75 if (write(ready_out, &dummy, 1) != 1) in ready()
270 char dummy; in bench_sched_messaging() local
290 if (read(readyfds[0], &dummy, 1) != 1) in bench_sched_messaging()
296 if (write(wakefds[1], &dummy, 1) != 1) in bench_sched_messaging()
/tools/testing/selftests/watchdog/
Dwatchdog-test.c26 int dummy; in keep_alive() local
29 ioctl(fd, WDIOC_KEEPALIVE, &dummy); in keep_alive()
/tools/iio/
Diio_generic_buffer.c349 char *dummy; in main() local
362 num_loops = strtoul(optarg, &dummy, 10); in main()
377 buf_len = strtoul(optarg, &dummy, 10); in main()
389 dev_num = strtoul(optarg, &dummy, 10); in main()
400 trig_num = strtoul(optarg, &dummy, 10); in main()
406 timedelay = strtoul(optarg, &dummy, 10); in main()
/tools/perf/
Dbuiltin-diff.c573 if (left->dummy && right->dummy) in hist_entry__cmp_compute_idx()
576 if (left->dummy || right->dummy) in hist_entry__cmp_compute_idx()
577 return left->dummy ? 1 : -1; in hist_entry__cmp_compute_idx()
828 if (!he->dummy) { in hpp__color_baseline()
843 if (!he->dummy) in hpp__entry_baseline()
874 if (he->dummy) in __hpp__color_compare()
885 if (he->dummy) in __hpp__color_compare()
958 if (he->dummy) { in hpp__entry_pair()
974 if (he->dummy) { in hpp__entry_pair()
Dbuiltin-top.c314 size_t dummy = 0; in prompt_integer() local
318 if (getline(&buf, &dummy, stdin) < 0) in prompt_integer()
352 size_t dummy = 0; in perf_top__prompt_symbol() local
361 if (getline(&buf, &dummy, stdin) < 0) in perf_top__prompt_symbol()
DMakefile.config129 dummy := $(error Error: $(FLEX) is missing on this system, please install it)
133 dummy := $(error Error: $(BISON) is missing on this system, please install it)
/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c49 Dwarf_Op dummy; in check_return_reg() local
50 Dwarf_Op *ops = &dummy; in check_return_reg()
/tools/scripts/
DMakefile.include3 dummy := $(if $(shell test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)
/tools/virtio/linux/
Dkernel.h31 unsigned long long dummy; member
/tools/perf/Documentation/
Dintel-pt.txt502 collection of side-band information. In order to prevent that, a dummy
512 23: Test using a dummy software event to keep tracking
517 23: Test using a dummy software event to keep tracking : Ok
/tools/lib/traceevent/
Devent-parse.c6191 int dummy; in pevent_get_field_raw() local
6206 len = &dummy; in pevent_get_field_raw()