Searched refs:dump_printf (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/ |
| H A D | 0001-Detect-new-BTF-api-btf_dump__new-btf_dump__new_v0_6_.patch | 98 @@ -185,6 +194,21 @@ static void dump_printf(void *ctx, const char *fmt, va_list args) 103 + btf_dump_printf_fn_t dump_printf, 107 + return btf_dump__new(btf, dump_printf, ctx, nullptr); 113 + return btf_dump__new(btf, nullptr, &opts, dump_printf); 129 - dump = btf_dump__new(btf, nullptr, &opts, dump_printf); 130 + dump = dump_new(btf, dump_printf, &ret); 167 - dump = btf_dump__new(btf, nullptr, &opts, dump_printf); 168 + dump = dump_new(btf, dump_printf, &type); 186 - dump = btf_dump__new(btf, nullptr, &opts, dump_printf); 187 + dump = dump_new(btf, dump_printf, &type); [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | session.c | 259 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in perf_session__new() 312 dump_printf(": unhandled!\n"); in process_event_synth_tracing_data_stub() 321 dump_printf(": unhandled!\n"); in process_event_synth_attr_stub() 333 dump_printf(": unhandled!\n"); in process_event_synth_event_update_stub() 343 dump_printf(": unhandled!\n"); in process_event_sample_stub() 352 dump_printf(": unhandled!\n"); in process_event_stub() 360 dump_printf(": unhandled!\n"); in process_finished_round_stub() 386 dump_printf(": unhandled!\n"); in process_event_auxtrace_stub() 395 dump_printf(": unhandled!\n"); in process_event_op2_stub() 407 dump_printf(": unhandled!\n"); in process_event_thread_map_stub() [all …]
|
| H A D | debug.h | 52 int dump_printf(const char *fmt, ...) __printf(1, 2);
|
| H A D | debug.c | 103 int dump_printf(const char *fmt, ...) in dump_printf() function
|
| H A D | machine.c | 618 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n"); in machine__process_comm_event() 649 dump_printf("problem processing PERF_RECORD_NAMESPACES, skipping event.\n"); in machine__process_namespaces_event() 677 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n", in machine__process_lost_event() 685 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "\n", in machine__process_lost_samples_event() 1771 dump_printf("problem processing PERF_RECORD_MMAP2, skipping event.\n"); in machine__process_mmap2_event() 1822 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n"); in machine__process_mmap_event() 1886 dump_printf("removing erroneous parent thread %d/%d\n", in machine__process_fork_event() 1921 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n"); in machine__process_fork_event()
|
| H A D | event.c | 642 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in machine__resolve() 644 dump_printf(" ...... dso: %s\n", in machine__resolve()
|
| H A D | build-id.c | 77 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | dumpfile.h | 562 extern void dump_printf (const dump_metadata_t &, const char *, ...)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | dumpfile.h | 562 extern void dump_printf (const dump_metadata_t &, const char *, ...)
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-kmem.c | 955 dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid); in process_sample_event()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 8549 'dump_printf' 53082 * dump_printf: Dump types. (line 6)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 8549 'dump_printf' 53082 * dump_printf: Dump types. (line 6)
|