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.c47 static void event_update(struct perf_event *event) in event_update() function
105 event_update(event); in pmu_event_stop()
147 event_update(event); in pmu_event_read()
/linux/tools/perf/util/
H A Dtool.h68 event_attr_op event_update;
69 event_attr_op event_update; global() member
H A Dtool.c360 tool->event_update = process_event_synth_event_update_stub;
420 CREATE_DELEGATE_ATTR(event_update);
549 tool->tool.event_update = delegate_event_update;
H A Ddata-convert-json.c369 c.tool.event_update = perf_event__process_event_update; in bt_convert__perf2json()
H A Dsession.c712 struct perf_record_event_update *ev = &event->event_update; in perf_event__schedstat_domain_swap()
2280 err = tool->event_update(tool, event, &session->evlist);
H A Dheader.c5405 struct perf_record_event_update *ev = &event->event_update;
5622 struct perf_record_event_update *ev = &event->event_update;
5734 pr_err("failed to get event_update cpus\n");
/linux/tools/perf/tests/
H A Devent_update.c124 DEFINE_SUITE("Synthesize attr update", event_update);
H A Dtests.h156 DECLARE_SUITE(event_update);
H A DBuild43 perf-test-y += event_update.o
/linux/tools/lib/perf/include/perf/
H A Devent.h617 struct perf_record_event_update event_update;
610 struct perf_record_event_update event_update; global() member
/linux/tools/perf/
H A Dbuiltin-report.c826 rep->tool.event_update = perf_event__process_event_update; in stats_setup()
1623 report.tool.event_update = perf_event__process_event_update; in cmd_report()
H A Dbuiltin-lock.c1863 eops.event_update = process_event_update; in __cmd_report()
2023 eops.event_update = process_event_update; in __cmd_contention()
H A Dbuiltin-stat.c2389 perf_stat.tool.event_update = perf_event__process_event_update; in setup_system_wide()
H A Dbuiltin-inject.c2843 inject.tool.event_update = perf_event__repipe_event_update;
H A Dbuiltin-script.c4440 script.tool.event_update = perf_event__process_event_update; in cmd_script()