Searched refs:perf_event__synthesize_attr (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
H A D | synthetic-events.h | 48 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 D | synthetic-events.c | 2087 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 D | dlfilter-test.c | 122 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 D | builtin-inject.c | 1259 ret = perf_event__synthesize_attr(&inject->tool, &attr, evsel->core.ids, in guest_session__add_attr()
|