Searched refs:nr_threads_synthesize (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/bench/ |
H A D | synthesize.c | 65 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 …]
|
H A D | evlist-open-close.c | 44 .nr_threads_synthesize = 1,
|
/linux/tools/perf/util/ |
H A D | synthetic-events.h | 91 …ess, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize); 103 unsigned int nr_threads_synthesize); 106 unsigned int nr_threads_synthesize);
|
H A D | top.h | 50 unsigned int nr_threads_synthesize; member
|
H A D | record.h | 75 unsigned int nr_threads_synthesize; member
|
H A D | synthetic-events.c | 1022 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument 1043 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads() 1046 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads() 1930 bool data_mmap, unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument 1957 nr_threads_synthesize); in __machine__synthesize_threads() 1964 bool data_mmap, unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument 1968 data_mmap, nr_threads_synthesize); in machine__synthesize_threads()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1264 if (top->nr_threads_synthesize > 1) in __cmd_top() 1293 top->nr_threads_synthesize); in __cmd_top() 1459 .nr_threads_synthesize = UINT_MAX, in cmd_top() 1590 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
|
H A D | builtin-record.c | 2122 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize() 2134 rec->opts.nr_threads_synthesize); in record__synthesize() 2137 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize() 3341 .nr_threads_synthesize = 1, 3542 &record.opts.nr_threads_synthesize,
|