Home
last modified time | relevance | path

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

/include/linux/
Dnmi.h222 void nmi_backtrace_stall_snap(const struct cpumask *btp);
223 void nmi_backtrace_stall_check(const struct cpumask *btp);
225 static inline void nmi_backtrace_stall_snap(const struct cpumask *btp) {} in nmi_backtrace_stall_snap() argument
226 static inline void nmi_backtrace_stall_check(const struct cpumask *btp) {} in nmi_backtrace_stall_check() argument
Dtrace_events.h788 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
789 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
792 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
819 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register() argument
823 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister() argument
831 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint() argument
Dbpf.h1684 struct bpf_raw_event_map *btp; member