Home
last modified time | relevance | path

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

/openbmc/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()
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 Devlist-open-close.c44 .nr_threads_synthesize = 1,
/openbmc/linux/tools/perf/util/
H 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);
H A Dtop.h50 unsigned int nr_threads_synthesize; member
H A Drecord.h75 unsigned int nr_threads_synthesize; member
H A Dsynthetic-events.c1006 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
1027 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
1030 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1914 bool data_mmap, unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1941 nr_threads_synthesize); in __machine__synthesize_threads()
1948 bool data_mmap, unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1952 data_mmap, nr_threads_synthesize); in machine__synthesize_threads()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1258 if (top->nr_threads_synthesize > 1) in __cmd_top()
1287 top->nr_threads_synthesize); in __cmd_top()
1453 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1582 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
H A Dbuiltin-record.c2073 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
2085 rec->opts.nr_threads_synthesize); in record__synthesize()
2088 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
3285 .nr_threads_synthesize = 1,
3498 &record.opts.nr_threads_synthesize,