Home
last modified time | relevance | path

Searched refs:nr_threads_synthesize (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
Dsynthesize.c65 const unsigned int nr_threads_synthesize = 1; in do_run_single_threaded() local
84 nr_threads_synthesize); in do_run_single_threaded()
151 unsigned int nr_threads_synthesize) in do_run_multi_threaded() argument
175 nr_threads_synthesize); in do_run_multi_threaded()
209 unsigned int nr_threads_synthesize; in run_multi_threaded() local
219 for (nr_threads_synthesize = min_threads; in run_multi_threaded()
220 nr_threads_synthesize <= max_threads; in run_multi_threaded()
221 nr_threads_synthesize++) { in run_multi_threaded()
222 if (nr_threads_synthesize == 1) in run_multi_threaded()
228 nr_threads_synthesize); in run_multi_threaded()
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dsynthetic-events.h56 …t__handler_t process, struct machine *machine, bool mmap_data, unsigned int nr_threads_synthesize);
68 unsigned int nr_threads_synthesize);
71 unsigned int nr_threads_synthesize);
Dtop.h47 unsigned int nr_threads_synthesize; member
Drecord.h73 unsigned int nr_threads_synthesize; member
Dsynthetic-events.c901 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
922 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
925 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1673 unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1680 nr_threads_synthesize); in __machine__synthesize_threads()
1687 unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1691 nr_threads_synthesize); in machine__synthesize_threads()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-top.c1252 if (top->nr_threads_synthesize > 1) in __cmd_top()
1281 top->nr_threads_synthesize); in __cmd_top()
1283 if (top->nr_threads_synthesize > 1) in __cmd_top()
1446 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1567 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
Dbuiltin-record.c1498 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
1505 rec->opts.nr_threads_synthesize); in record__synthesize()
1507 if (rec->opts.nr_threads_synthesize > 1) in record__synthesize()
2391 .nr_threads_synthesize = 1,
2588 &record.opts.nr_threads_synthesize,