Searched refs:HIEBPF_DEFINE_string (Results 1 - 2 of 2) sorted by relevance
/developtools/profiler/hiebpf/src/ |
H A D | hiebpf.cpp | 36 HIEBPF_DEFINE_string(help, "none", "specify what help message to print"); 37 HIEBPF_DEFINE_string(output_file, "/data/local/tmp/hiebpf.data", "the file used to save hiebpf data"); 45 HIEBPF_DEFINE_string(bpf_log_level, "NONE", "lowest level of BPF programs logs to print"); 46 HIEBPF_DEFINE_string(bpf_log_file, "/data/local/tmp/bpf.log", "the file used to save BPF program logs"); 47 HIEBPF_DEFINE_string(libbpf_log_level, "NONE", "lowest level of libbpf internal error messages to print"); 48 HIEBPF_DEFINE_string(libbpf_log_file, "/data/local/tmp/libbpf.log", 50 HIEBPF_DEFINE_string(hhlog_level, "NONE", "lowest level of HHLog to print"); 51 HIEBPF_DEFINE_string(hhlog_file, "/data/local/tmp/hhlog.txt", "the file used to save HHLog");
|
/developtools/profiler/hiebpf/include/ |
H A D | commandline_flags.h | 853 #define HIEBPF_DEFINE_string(name, default_val, help) \ macro
|
Completed in 4 milliseconds