Searched refs:perf_event__synthesize_attr (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | synthetic-events.h | 48 int perf_event__synthesize_attr(const struct perf_tool *tool, struct perf_event_attr *attr, u32 ids…
|
D | synthetic-events.c | 2069 err = perf_event__synthesize_attr(tool, &evsel->core.attr, evsel->core.ids, in perf_event__synthesize_attrs() 2146 int perf_event__synthesize_attr(const struct perf_tool *tool, struct perf_event_attr *attr, in perf_event__synthesize_attr() function
|
/linux-6.12.1/tools/perf/tests/ |
D | dlfilter-test.c | 122 return perf_event__synthesize_attr(&td->tool, &attr, 1, id, process); in write_attr()
|
/linux-6.12.1/tools/perf/ |
D | builtin-inject.c | 1253 ret = perf_event__synthesize_attr(&inject->tool, &attr, evsel->core.ids, in guest_session__add_attr()
|