Searched refs:BPFLOGD (Results 1 - 2 of 2) sorted by relevance
/developtools/profiler/hiebpf/src/ |
H A D | hiebpf.bpf.c | 115 BPFLOGD(BPF_TRUE, "failed to reserve space for fstrace event from BPF ringbuffer"); in emit_fstrace_event() 123 BPFLOGD(BPF_TRUE, "fstrace event discarded: failed to read fstrace_start_event"); in emit_fstrace_event() 142 BPFLOGD(BPF_TRUE, "fstrace event discarded: failed to get process command"); in emit_fstrace_event() 187 BPFLOGD(BPF_TRUE, "failed to lookup pftrace stat"); in read_modify_update_page_fault_stats() 193 BPFLOGD(BPF_TRUE, "failed to read pftrace stat"); in read_modify_update_page_fault_stats() 211 BPFLOGD(BPF_TRUE, "failed to update pftrace stat"); in read_modify_update_page_fault_stats() 278 BPFLOGD(BPF_TRUE, "failed to reserve space for pftrace event from BPF ringbuffer"); in emit_pftrace_event() 303 BPFLOGD(BPF_TRUE, "pftrace event discarded: failed to get process command"); in emit_pftrace_event() 322 BPFLOGD(BPF_TRUE, "pftrace event discarded: failed to update pftrace stats"); in emit_pftrace_event() 338 BPFLOGD(BPF_TRU in emit_event() [all...] |
/developtools/profiler/hiebpf/include/ |
H A D | bpf_log_writer.h | 31 #define BPFLOGD(expression, format, ...) BPFLOG(BPF_LOG_DEBUG, expression, format, ##__VA_ARGS__) macro 38 #define BPFLOGD(expression, format, ...) {} macro 45 #define BPFLOGD(expression, format, ...) {} macro 52 #define BPFLOGD(expression, format, ...) {} macro 59 #define BPFLOGD(expression, format, ...) {} macro 66 #define BPFLOGD(expression, format, ...) {} macro
|
Completed in 3 milliseconds