Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c78 DEFINE_STATIC_CALL_NULL(x86_pmu_add, *x86_pmu.add);
1014 * Compute the number of events already present; see x86_pmu_add(), in x86_schedule_events()
1473 static int x86_pmu_add(struct perf_event *event, int flags) in x86_pmu_add()
1524 static_call_cond(x86_pmu_add)(event); in x86_pmu_add()
2077 static_call_update(x86_pmu_add, x86_pmu.add); in _x86_pmu_read()
2325 * transaction. See x86_pmu_add() and x86_pmu_*_txn(). in x86_pmu_commit_txn()
2781 .add = x86_pmu_add, in arch_perf_update_userpage()
1470 static int x86_pmu_add(struct perf_event *event, int flags) x86_pmu_add() function
1521 static_call_cond(x86_pmu_add)(event); x86_pmu_add() local