Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c107 BPFLOGW(BPF_TRUE, "failed to read unwind configuration"); in unwind_stack()
122 BPFLOGD(BPF_TRUE, "failed to reserve space for fstrace event from BPF ringbuffer"); in emit_fstrace_event()
130 BPFLOGD(BPF_TRUE, "fstrace event discarded: failed to read fstrace_start_event"); in emit_fstrace_event()
135 BPFLOGI(BPF_TRUE, "fstrace event discarded: invalide fstrace start event"); in emit_fstrace_event()
149 BPFLOGD(BPF_TRUE, "fstrace event discarded: failed to get process command"); in emit_fstrace_event()
175 BPFLOGW(BPF_TRUE, "failed read page fault address for pftrace start event"); in handle_pftrace_start_event()
183 BPFLOGF(BPF_TRUE, "failed to update pftrace_start_event for pid_tgid = %lld", pid_tgid); in handle_pftrace_start_event()
194 BPFLOGD(BPF_TRUE, "failed to lookup pftrace stat"); in read_modify_update_page_fault_stats()
200 BPFLOGD(BPF_TRUE, "failed to read pftrace stat"); in read_modify_update_page_fault_stats()
218 BPFLOGD(BPF_TRUE, "failed to update pftrace stat"); in read_modify_update_page_fault_stats()
[all …]
/developtools/profiler/hiebpf/include/
Dfstrace_progs.h45 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
84 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
123 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
163 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
203 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
243 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
283 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
326 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
372 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in pwritev_entry()
474 BPFLOGE(BPF_TRUE, "failed to store fstrace start event"); in BPF_KPROBE()
Dbpf_log.h27 #define BPF_TRUE 1 macro