Searched refs:BPFLOGW (Results 1 - 2 of 2) sorted by relevance
/developtools/profiler/hiebpf/include/ |
H A D | bpf_log_writer.h | 33 #define BPFLOGW(expression, format, ...) BPFLOG(BPF_LOG_WARN, expression, format, ##__VA_ARGS__) macro 40 #define BPFLOGW(expression, format, ...) BPFLOG(BPF_LOG_WARN, expression, format, ##__VA_ARGS__) macro 47 #define BPFLOGW(expression, format, ...) BPFLOG(BPF_LOG_WARN, expression, format, ##__VA_ARGS__) macro 54 #define BPFLOGW(expression, format, ...) {} macro 61 #define BPFLOGW(expression, format, ...) {} macro 68 #define BPFLOGW(expression, format, ...) {} macro
|
/developtools/profiler/hiebpf/src/ |
H A D | hiebpf.bpf.c | 100 BPFLOGW(BPF_TRUE, "failed to read unwind configuration"); in unwind_stack() 168 BPFLOGW(BPF_TRUE, "failed read page fault address for pftrace start event"); in handle_pftrace_start_event() 226 BPFLOGW(BPF_TRUE, "failed to read pftrace start event to update event type"); in read_modify_update_current_type() 309 BPFLOGW(BPF_TRUE, "pftrace event discarded: failed to handle pftrace return value"); in emit_pftrace_event() 389 BPFLOGW(BPF_TRUE, "failed to lookup target pid map, will trace all processes"); in check_current_pid() 394 BPFLOGW(BPF_TRUE, "failed to read target pids, will trace all processes"); in check_current_pid()
|
Completed in 2 milliseconds