Searched refs:perf_event__synthesize_comm (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ ! |
H A D | synthetic-events.h | 94 pid_t perf_event__synthesize_comm(const struct perf_tool *tool, union perf_event *event, pid_t pid, perf_event__handler_t process, struct machine *machine);
|
H A D | synthetic-events.c | 191 pid_t perf_event__synthesize_comm(const struct perf_tool *tool, in perf_event__synthesize_comm() function 784 tgid = perf_event__synthesize_comm(tool, comm_event, pid, in __event__synthesize_thread() 904 * perf_event__synthesize_comm in perf_event__synthesize_thread_map()
|
/linux/tools/perf/ ! |
H A D | builtin-record.c | 2634 tgid = perf_event__synthesize_comm(tool, event, in __cmd_record()
|