Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c55 static bool can_record(void) in can_record() function
134 if (!enabled || !can_record()) in BPF_PROG()
170 if (!enabled || !can_record()) in BPF_PROG()
H A Doff_cpu.bpf.c170 static inline int can_record(struct task_struct *t, int state) in can_record() function
265 if (!can_record(prev, state)) in off_cpu_stat()
H A Dlock_contention.bpf.c240 static inline int can_record(u64 *ctx) in can_record() function
529 if (!enabled || !can_record(ctx)) in contention_begin()