Searched refs:__machine__synthesize_threads (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | synthesize.c | 79 err = __machine__synthesize_threads(&session->machines.host, in do_run_single_threaded() 170 err = __machine__synthesize_threads(&session->machines.host, in do_run_multi_threaded()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | synthesize.c | 79 err = __machine__synthesize_threads(&session->machines.host, in do_run_single_threaded() 170 err = __machine__synthesize_threads(&session->machines.host, in do_run_multi_threaded()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.h | 65 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
|
H A D | synthetic-events.c | 1670 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, in __machine__synthesize_threads() function 1689 return __machine__synthesize_threads(machine, NULL, target, threads, in machine__synthesize_threads()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.h | 81 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
|
H A D | synthetic-events.c | 1911 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, in __machine__synthesize_threads() function 1950 return __machine__synthesize_threads(machine, NULL, target, threads, in machine__synthesize_threads()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 1503 err = __machine__synthesize_threads(machine, tool, &opts->target, rec->evlist->core.threads, in record__synthesize()
|
H A D | builtin-trace.c | 1624 err = __machine__synthesize_threads(trace->host, &trace->tool, &trace->opts.target, in trace__symbols_init()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 2080 err = __machine__synthesize_threads(machine, tool, &opts->target, in record__synthesize()
|
H A D | builtin-trace.c | 1669 err = __machine__synthesize_threads(trace->host, &trace->tool, &trace->opts.target, in trace__symbols_init()
|
Completed in 31 milliseconds