Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/bench/
A 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 …]
A Devlist-open-close.c44 .nr_threads_synthesize = 1,
/linux-6.3-rc2/tools/perf/util/
A Dsynthetic-events.h72 …ess, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize);
84 unsigned int nr_threads_synthesize);
87 unsigned int nr_threads_synthesize);
A Dtop.h51 unsigned int nr_threads_synthesize; member
A Drecord.h76 unsigned int nr_threads_synthesize; member
A Dsynthetic-events.c1004 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
1025 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
1028 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1911 bool data_mmap, unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1938 nr_threads_synthesize); in __machine__synthesize_threads()
1945 bool data_mmap, unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1949 data_mmap, nr_threads_synthesize); in machine__synthesize_threads()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-top.c1245 if (top->nr_threads_synthesize > 1) in __cmd_top()
1274 top->nr_threads_synthesize); in __cmd_top()
1276 if (top->nr_threads_synthesize > 1) in __cmd_top()
1439 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1559 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
A Dbuiltin-record.c2063 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
2075 rec->opts.nr_threads_synthesize); in record__synthesize()
2078 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
3304 .nr_threads_synthesize = 1,
3512 &record.opts.nr_threads_synthesize,

Completed in 24 milliseconds