Searched refs:TRY2 (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/cc/api/ |
D | BPF.cc | 237 TRY2(load_func(probe_func, BPF_PROG_TYPE_KPROBE, probe_fd)); in attach_kprobe() 244 TRY2(unload_func(probe_func)); in attach_kprobe() 272 TRY2(check_binary_symbol(binary_path, symbol, symbol_addr, module, offset, in attach_uprobe() 280 TRY2(load_func(probe_func, BPF_PROG_TYPE_KPROBE, probe_fd)); in attach_uprobe() 287 TRY2(unload_func(probe_func)); in attach_uprobe() 372 TRY2(load_func(probe_func, BPF_PROG_TYPE_TRACEPOINT, probe_fd)); in attach_tracepoint() 378 TRY2(unload_func(probe_func)); in attach_tracepoint() 396 TRY2(load_func(probe_func, BPF_PROG_TYPE_RAW_TRACEPOINT, probe_fd)); in attach_raw_tracepoint() 401 TRY2(unload_func(probe_func)); in attach_raw_tracepoint() 423 TRY2(load_func(probe_func, BPF_PROG_TYPE_PERF_EVENT, probe_fd)); in attach_perf_event() [all …]
|
D | BPFTable.cc | 457 TRY2(close_all_cpu()); in open_all_cpu() 547 TRY2(close_all_cpu()); in open_all_cpu() 649 TRY2(update_value(index, (int)f)); in update_value()
|
D | BPFTable.h | 328 TRY2(remove_value(cur)); in clear_table_non_atomic()
|
/external/clang/test/CoverageMapping/ |
D | trymacro.cpp | 21 #define TRY2 try { // CHECK-DAG: File 1, [[@LINE]]:18 -> [[@LINE]]:19 = #1 macro 22 void fn4() TRY2 // CHECK-DAG: Expansion,File 0, [[@LINE]]:12 -> [[@LINE]]:16 = #1 (Expanded file = …
|
/external/bcc/src/cc/ |
D | bcc_exception.h | 86 #define TRY2(CMD) \ macro
|
/external/bcc/src/cc/includes/ |
D | bcc_exception.h | 86 #define TRY2(CMD) \ macro
|