Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H 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()
156 unsigned int nr_threads_synthesize) in do_run_multi_threaded() argument
184 nr_threads_synthesize); in do_run_multi_threaded()
220 unsigned int nr_threads_synthesize; in run_multi_threaded() local
230 for (nr_threads_synthesize = min_threads; in run_multi_threaded()
231 nr_threads_synthesize <= max_threads; in run_multi_threaded()
232 nr_threads_synthesize++) { in run_multi_threaded()
233 if (nr_threads_synthesize == 1) in run_multi_threaded()
239 nr_threads_synthesize); in run_multi_threaded()
[all …]
H A Devlist-open-close.c44 .nr_threads_synthesize = 1,
/linux/tools/perf/util/
H A Dsynthetic-events.h91 …ess, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize);
105 unsigned int nr_threads_synthesize);
108 unsigned int nr_threads_synthesize);
H A Dtop.h50 unsigned int nr_threads_synthesize; member
H A Drecord.h76 unsigned int nr_threads_synthesize; member
H A Dsynthetic-events.c1030 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
1051 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
1054 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1948 bool data_mmap, unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1975 nr_threads_synthesize); in __machine__synthesize_threads()
1982 bool data_mmap, unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1986 data_mmap, nr_threads_synthesize); in machine__synthesize_threads()
H A Dpython.c1288 .nr_threads_synthesize = 1, in pyrf_evlist__config()
/linux/tools/perf/
H A Dbuiltin-top.c1270 if (top->nr_threads_synthesize > 1) in __cmd_top()
1299 top->nr_threads_synthesize); in __cmd_top()
1469 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1600 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
H A Dbuiltin-record.c2147 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
2159 rec->opts.nr_threads_synthesize); in record__synthesize()
2162 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
3418 .nr_threads_synthesize = 1,
3625 &record.opts.nr_threads_synthesize,