Home
last modified time | relevance | path

Searched refs:event_update (Results 1 – 15 of 15) sorted by relevance

/linux/arch/x86/events/amd/
H A Dpower.c44 static void event_update(struct perf_event *event) in event_update() function
102 event_update(event); in pmu_event_stop()
144 event_update(event); in pmu_event_read()
/linux/tools/perf/util/
H A Dtool.h66 event_attr_op event_update; member
H A Dtool.c283 tool->event_update = process_event_synth_event_update_stub; in perf_tool__init()
H A Ddata-convert-json.c347 c.tool.event_update = perf_event__process_event_update; in bt_convert__perf2json()
H A Dsession.c549 event->event_update.type = bswap_64(event->event_update.type); in perf_event__event_update_swap()
550 event->event_update.id = bswap_64(event->event_update.id); in perf_event__event_update_swap()
1423 err = tool->event_update(tool, event, &session->evlist); in perf_session__process_user_event()
H A Dheader.c4415 struct perf_record_event_update *ev = &event->event_update; in perf_event__fprintf_event_update()
4500 struct perf_record_event_update *ev = &event->event_update; in perf_event__process_event_update()
/linux/tools/perf/tests/
H A Devent_update.c122 DEFINE_SUITE("Synthesize attr update", event_update);
H A Dtests.h154 DECLARE_SUITE(event_update);
H A DBuild42 perf-test-y += event_update.o
/linux/tools/lib/perf/include/perf/
H A Devent.h530 struct perf_record_event_update event_update; member
/linux/tools/perf/
H A Dbuiltin-report.c826 rep->tool.event_update = perf_event__process_event_update; in stats_setup()
1613 report.tool.event_update = perf_event__process_event_update; in cmd_report()
H A Dbuiltin-lock.c1866 eops.event_update = process_event_update; in __cmd_report()
2022 eops.event_update = process_event_update; in __cmd_contention()
H A Dbuiltin-stat.c2302 perf_stat.tool.event_update = perf_event__process_event_update; in __cmd_report()
H A Dbuiltin-inject.c2522 inject.tool.event_update = perf_event__repipe_event_update; in cmd_inject()
H A Dbuiltin-script.c4119 script.tool.event_update = perf_event__process_event_update; in cmd_script()