D | perf.c | 25 __u32 len, prog_id, fd_type; in has_perf_query_support() local 45 &fd_type, &probe_offset, &probe_addr); in has_perf_query_support() 63 static void print_perf_json(int pid, int fd, __u32 prog_id, __u32 fd_type, in print_perf_json() argument 70 switch (fd_type) { in print_perf_json() 113 static void print_perf_plain(int pid, int fd, __u32 prog_id, __u32 fd_type, in print_perf_plain() argument 117 switch (fd_type) { in print_perf_plain() 154 __u32 len, prog_id, fd_type; in show_proc() local 196 err = bpf_task_fd_query(pid, fd, 0, buf, &len, &prog_id, &fd_type, in show_proc() 202 print_perf_json(pid, fd, prog_id, fd_type, buf, probe_offset, in show_proc() 205 print_perf_plain(pid, fd, prog_id, fd_type, buf, probe_offset, in show_proc()
|