Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dsynthetic-events.h56 …t__handler_t process, struct machine *machine, bool mmap_data, unsigned int nr_threads_synthesize);
68 unsigned int nr_threads_synthesize);
71 unsigned int nr_threads_synthesize);
H A Dtop.h47 unsigned int nr_threads_synthesize; member
H A Drecord.h76 unsigned int nr_threads_synthesize; member
H A Dsynthetic-events.c968 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
989 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
992 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1778 unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1785 nr_threads_synthesize); in __machine__synthesize_threads()
1792 unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1796 nr_threads_synthesize); in machine__synthesize_threads()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dsynthetic-events.h56 …t__handler_t process, struct machine *machine, bool mmap_data, unsigned int nr_threads_synthesize);
68 unsigned int nr_threads_synthesize);
71 unsigned int nr_threads_synthesize);
H A Dtop.h47 unsigned int nr_threads_synthesize; member
H A Drecord.h76 unsigned int nr_threads_synthesize; member
H A Dsynthetic-events.c968 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
989 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
992 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1778 unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1785 nr_threads_synthesize); in __machine__synthesize_threads()
1792 unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1796 nr_threads_synthesize); in machine__synthesize_threads()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dsynthetic-events.h56 …t__handler_t process, struct machine *machine, bool mmap_data, unsigned int nr_threads_synthesize);
68 unsigned int nr_threads_synthesize);
71 unsigned int nr_threads_synthesize);
H A Dtop.h47 unsigned int nr_threads_synthesize; member
H A Drecord.h76 unsigned int nr_threads_synthesize; member
H A Dsynthetic-events.c968 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
989 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
992 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1778 unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1785 nr_threads_synthesize); in __machine__synthesize_threads()
1792 unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1796 nr_threads_synthesize); in machine__synthesize_threads()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-top.c1245 if (top->nr_threads_synthesize > 1) in __cmd_top()
1274 top->nr_threads_synthesize); in __cmd_top()
1276 if (top->nr_threads_synthesize > 1) in __cmd_top()
1439 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1559 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
H A Dbuiltin-record.c1500 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
1507 rec->opts.nr_threads_synthesize); in record__synthesize()
1509 if (rec->opts.nr_threads_synthesize > 1) in record__synthesize()
2427 .nr_threads_synthesize = 1,
2630 &record.opts.nr_threads_synthesize,
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-top.c1245 if (top->nr_threads_synthesize > 1) in __cmd_top()
1274 top->nr_threads_synthesize); in __cmd_top()
1276 if (top->nr_threads_synthesize > 1) in __cmd_top()
1439 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1559 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
H A Dbuiltin-record.c1500 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
1507 rec->opts.nr_threads_synthesize); in record__synthesize()
1509 if (rec->opts.nr_threads_synthesize > 1) in record__synthesize()
2427 .nr_threads_synthesize = 1,
2630 &record.opts.nr_threads_synthesize,
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-top.c1245 if (top->nr_threads_synthesize > 1) in __cmd_top()
1274 top->nr_threads_synthesize); in __cmd_top()
1276 if (top->nr_threads_synthesize > 1) in __cmd_top()
1439 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1559 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()
H A Dbuiltin-record.c1500 if (rec->opts.nr_threads_synthesize > 1) { in record__synthesize()
1507 rec->opts.nr_threads_synthesize); in record__synthesize()
1509 if (rec->opts.nr_threads_synthesize > 1) in record__synthesize()
2427 .nr_threads_synthesize = 1,
2630 &record.opts.nr_threads_synthesize,