Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsynthetic-events.h48 int perf_event__synthesize_attr(const struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process);
H A Dsynthetic-events.c2087 err = perf_event__synthesize_attr(tool, &evsel->core.attr, evsel->core.ids, in perf_event__synthesize_attrs()
2164 int perf_event__synthesize_attr(const struct perf_tool *tool, struct perf_event_attr *attr, in perf_event__synthesize_attr() function
/linux/tools/perf/tests/
H A Ddlfilter-test.c122 return perf_event__synthesize_attr(&td->tool, &attr, 1, id, process); in write_attr()
370 err = test_result("perf_event__synthesize_attr() failed", TEST_FAIL); in test__dlfilter_test()
/linux/tools/perf/
H A Dbuiltin-inject.c1259 ret = perf_event__synthesize_attr(&inject->tool, &attr, evsel->core.ids, in guest_session__add_attr()