Home
last modified time | relevance | path

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

/linux/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/tools/perf/util/
A Dsynthetic-events.h69 …ess, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize);
81 unsigned int nr_threads_synthesize);
84 unsigned int nr_threads_synthesize);
A Dtop.h47 unsigned int nr_threads_synthesize; member
A Drecord.h76 unsigned int nr_threads_synthesize; member
A Dsynthetic-events.c973 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
994 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
997 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1785 bool data_mmap, unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1793 nr_threads_synthesize); in __machine__synthesize_threads()
1800 bool data_mmap, unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1804 data_mmap, nr_threads_synthesize); in machine__synthesize_threads()
/linux/tools/perf/
A 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()
A Dbuiltin-record.c1482 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
1493 rec->opts.nr_threads_synthesize); in record__synthesize()
1496 if (rec->opts.nr_threads_synthesize > 1) in record__synthesize()
2445 .nr_threads_synthesize = 1,
2651 &record.opts.nr_threads_synthesize,

Completed in 51 milliseconds