Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dmachine.h251 unsigned int nr_threads_synthesize);
256 unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
261 nr_threads_synthesize); in machine__synthesize_threads()
Dtop.h42 unsigned int nr_threads_synthesize; member
Devent.c779 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
800 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
803 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
Devent.h686 unsigned int nr_threads_synthesize);
Dmachine.c2447 unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
2455 nr_threads_synthesize); in __machine__synthesize_threads()
/Linux-v4.19/tools/perf/
Dbuiltin-top.c1094 if (top->nr_threads_synthesize > 1) in __cmd_top()
1100 top->nr_threads_synthesize); in __cmd_top()
1102 if (top->nr_threads_synthesize > 1) in __cmd_top()
1264 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1376 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()