Searched refs:oncpu (Results 1 – 11 of 11) sorted by relevance
30 bpf_program__set_type(skel->progs.oncpu, BPF_PROG_TYPE_PERF_EVENT); in test_get_stackid_cannot_attach() 49 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_get_stackid_cannot_attach() 51 ASSERT_ERR_PTR(skel->links.oncpu, "attach_perf_event_no_callchain"); in test_get_stackid_cannot_attach() 65 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_get_stackid_cannot_attach() 67 ASSERT_OK_PTR(skel->links.oncpu, "attach_perf_event_callchain"); in test_get_stackid_cannot_attach() 68 bpf_link__destroy(skel->links.oncpu); in test_get_stackid_cannot_attach() 82 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_get_stackid_cannot_attach() [all...]
99 skel->links.oncpu = bpf_program__attach_perf_event(skel->progs.oncpu, in test_perf_event_stackmap() 101 if (!ASSERT_OK_PTR(skel->links.oncpu, "attach_perf_event")) { in test_perf_event_stackmap()
108 int oncpu(struct trace_event_raw_sched_switch *ctx) function 114 int oncpu(struct pt_regs *ctx)
20 int oncpu(struct sched_switch_args *ctx) in oncpu() function
31 int oncpu(void *ctx) in oncpu() function
36 int oncpu(struct trace_event_raw_sched_switch *ctx) in oncpu() function
43 int oncpu(struct pt_regs *args) in oncpu() function
54 int oncpu(struct sched_switch_args *ctx) in oncpu() function
181 event->oncpu, config); in kvmppc_pmu_event_init()
245 const bool oncpu = state_mask & PSI_ONCPU; in test_states() local 259 if (tasks[NR_RUNNING] > oncpu) in test_states() 262 if (tasks[NR_RUNNING] && !oncpu) in test_states()
640 if (unlikely(event->oncpu != cpu)) in __bpf_perf_event_output()