Home
last modified time | relevance | path

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

/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 …]
Devlist-open-close.c39 .nr_threads_synthesize = 1,
/tools/perf/util/
Dsynthetic-events.h57 …t__handler_t process, struct machine *machine, bool mmap_data, unsigned int nr_threads_synthesize);
69 unsigned int nr_threads_synthesize);
72 unsigned int nr_threads_synthesize);
Dtop.h47 unsigned int nr_threads_synthesize; member
Drecord.h76 unsigned int nr_threads_synthesize; member
Dsynthetic-events.c980 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
1001 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
1004 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1790 unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1797 nr_threads_synthesize); in __machine__synthesize_threads()
1804 unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1808 nr_threads_synthesize); in machine__synthesize_threads()
/tools/perf/
Dbuiltin-top.c1246 if (top->nr_threads_synthesize > 1) in __cmd_top()
1275 top->nr_threads_synthesize); in __cmd_top()
1277 if (top->nr_threads_synthesize > 1) in __cmd_top()
1440 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1560 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
Dbuiltin-record.c1478 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
1485 rec->opts.nr_threads_synthesize); in record__synthesize()
1487 if (rec->opts.nr_threads_synthesize > 1) in record__synthesize()
2416 .nr_threads_synthesize = 1,
2621 &record.opts.nr_threads_synthesize,