Home
last modified time | relevance | path

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

/tools/perf/util/
Dsynthetic-events.h55 …t__handler_t process, struct machine *machine, bool mmap_data, unsigned int nr_threads_synthesize);
67 unsigned int nr_threads_synthesize);
70 unsigned int nr_threads_synthesize);
Dtop.h46 unsigned int nr_threads_synthesize; member
Dsynthetic-events.c723 unsigned int nr_threads_synthesize) in perf_event__synthesize_threads() argument
744 if (nr_threads_synthesize == UINT_MAX) in perf_event__synthesize_threads()
747 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
1473 unsigned int nr_threads_synthesize) in __machine__synthesize_threads() argument
1480 nr_threads_synthesize); in __machine__synthesize_threads()
1487 unsigned int nr_threads_synthesize) in machine__synthesize_threads() argument
1491 nr_threads_synthesize); in machine__synthesize_threads()
/tools/perf/
Dbuiltin-top.c1240 if (top->nr_threads_synthesize > 1) in __cmd_top()
1256 top->nr_threads_synthesize); in __cmd_top()
1258 if (top->nr_threads_synthesize > 1) in __cmd_top()
1421 .nr_threads_synthesize = UINT_MAX, in cmd_top()
1538 OPT_UINTEGER(0, "num-thread-synthesize", &top.nr_threads_synthesize, in cmd_top()