Home
last modified time | relevance | path

Searched defs:perf_cpu_pmu_context (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h8574 struct perf_cpu_pmu_context { struct
8575 struct perf_event_pmu_context epc;
8576 struct perf_event_pmu_context *task_epc;
8577 struct list_head sched_cb_entry;
8578 int sched_cb_usage;
8579 int active_oncpu;
8580 int exclusive;
8581 raw_spinlock_t hrtimer_lock;
8582 struct hrtimer hrtimer;
8583 ktime_t hrtimer_interval;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h7381 struct perf_cpu_pmu_context { struct
7382 struct perf_event_pmu_context epc;
7383 struct perf_event_pmu_context *task_epc;
7384 struct list_head sched_cb_entry;
7385 int sched_cb_usage;
7386 int active_oncpu;
7387 int exclusive;
7388 raw_spinlock_t hrtimer_lock;
7389 struct hrtimer hrtimer;
7390 ktime_t hrtimer_interval;
[all …]