Searched refs:perf_event__synthesize_build_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.h | 34 int perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine);
|
H A D | synthetic-events.c | 1955 int perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, in perf_event__synthesize_build_id() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.h | 48 int perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine);
|
H A D | synthetic-events.c | 2212 int perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, in perf_event__synthesize_build_id() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-inject.c | 548 err = perf_event__synthesize_build_id(tool, dso, cpumode, in dso__inject_build_id()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 737 err = perf_event__synthesize_build_id(tool, dso, cpumode, in dso__inject_build_id() 1186 return perf_event__synthesize_build_id(&inject->tool, dso, cpumode, in synthesize_build_id()
|
Completed in 11 milliseconds