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.c66 const unsigned int nr_threads_synthesize = 1; in do_run_single_threaded() local
85 nr_threads_synthesize); in do_run_single_threaded()
157 unsigned int nr_threads_synthesize) in do_run_multi_threaded() argument
185 nr_threads_synthesize); in do_run_multi_threaded()
221 unsigned int nr_threads_synthesize; in run_multi_threaded() local
231 for (nr_threads_synthesize = min_threads; in run_multi_threaded()
232 nr_threads_synthesize <= max_threads; in run_multi_threaded()
233 nr_threads_synthesize++) { in run_multi_threaded()
234 if (nr_threads_synthesize == 1) in run_multi_threaded()
240 nr_threads_synthesize); in run_multi_threaded()
[all …]
H A Devlist-open-close.c45 .nr_threads_synthesize = 1,
/linux/tools/perf/util/
H A Dsynthetic-events.h90 int perf_event__synthesize_threads(const struct perf_tool *tool, perf_event__handler_t process, 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.h78 unsigned int nr_threads_synthesize; member
H A Dsynthetic-events.c1152 unsigned int nr_threads_synthesize) in __perf_event__synthesize_kernel_mmap()
1173 if (nr_threads_synthesize == UINT_MAX) in __perf_event__synthesize_kernel_mmap()
1176 thread_nr = nr_threads_synthesize; in __perf_event__synthesize_kernel_mmap()
2081 bool data_mmap, unsigned int nr_threads_synthesize) in perf_event__synthesize_event_update_cpus()
2108 nr_threads_synthesize); in has_scale()
2115 bool data_mmap, unsigned int nr_threads_synthesize) in perf_event__synthesize_extra_attr()
2119 data_mmap, nr_threads_synthesize); in perf_event__synthesize_extra_attr()
1035 perf_event__synthesize_threads(const struct perf_tool * tool,perf_event__handler_t process,struct machine * machine,bool needs_mmap,bool mmap_data,unsigned int nr_threads_synthesize) perf_event__synthesize_threads() argument
1953 __machine__synthesize_threads(struct machine * machine,const struct perf_tool * tool,struct target * target,struct perf_thread_map * threads,perf_event__handler_t process,bool needs_mmap,bool data_mmap,unsigned int nr_threads_synthesize) __machine__synthesize_threads() argument
1987 machine__synthesize_threads(struct machine * machine,struct target * target,struct perf_thread_map * threads,bool needs_mmap,bool data_mmap,unsigned int nr_threads_synthesize) machine__synthesize_threads() argument
H A Dpython.c3085 .nr_threads_synthesize = 1,
/linux/tools/perf/
H A Dbuiltin-top.c1271 if (top->nr_threads_synthesize > 1) in __cmd_top()
1300 top->nr_threads_synthesize); in __cmd_top()
1480 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1611 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
H A Dbuiltin-record.c2196 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
2208 rec->opts.nr_threads_synthesize); in record__synthesize_final_bpf_metadata()
2211 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize_final_bpf_metadata()
3440 .nr_threads_synthesize = 1,
3647 &record.opts.nr_threads_synthesize,