Searched refs:event_update_event__new (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | synthetic-events.c | 1975 static struct perf_record_event_update *event_update_event__new(size_t size, u64 type, u64 id) in event_update_event__new() 1999 ev = event_update_event__new(size + 1, PERF_EVENT_UPDATE__UNIT, evsel->core.id[0]); in perf_event__synthesize_event_update_unit() 2016 ev = event_update_event__new(sizeof(*ev_data), PERF_EVENT_UPDATE__SCALE, evsel->core.id[0]); in perf_event__synthesize_event_update_scale() 2033 ev = event_update_event__new(len + 1, PERF_EVENT_UPDATE__NAME, evsel->core.id[0]); in perf_event__synthesize_event_update_name() 1971 static struct perf_record_event_update *event_update_event__new(size_t size, u64 type, u64 id) event_update_event__new() function
|