Searched refs:BPF_LOG_ERROR (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/hiebpf/include/ |
H A D | bpf_log_writer.h | 34 #define BPFLOGE(expression, format, ...) BPFLOG(BPF_LOG_ERROR, expression, format, ##__VA_ARGS__) 41 #define BPFLOGE(expression, format, ...) BPFLOG(BPF_LOG_ERROR, expression, format, ##__VA_ARGS__) 48 #define BPFLOGE(expression, format, ...) BPFLOG(BPF_LOG_ERROR, expression, format, ##__VA_ARGS__) 55 #define BPFLOGE(expression, format, ...) BPFLOG(BPF_LOG_ERROR, expression, format, ##__VA_ARGS__)
|
H A D | bpf_log.h | 23 #define BPF_LOG_ERROR 3 macro
|
/developtools/profiler/hiebpf/src/ |
H A D | hiebpf.cpp | 300 return BPF_LOG_ERROR; in GetBPFLogLevelFromFlag()
|
Completed in 2 milliseconds