Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dsynthetic-events.h48 int perf_event__synthesize_attr(const struct perf_tool *tool, struct perf_event_attr *attr, u32 ids…
Dsynthetic-events.c2069 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/
Ddlfilter-test.c122 return perf_event__synthesize_attr(&td->tool, &attr, 1, id, process); in write_attr()
/linux-6.12.1/tools/perf/
Dbuiltin-inject.c1253 ret = perf_event__synthesize_attr(&inject->tool, &attr, evsel->core.ids, in guest_session__add_attr()