/tools/perf/util/ |
D | cputopo.c | 35 static int build_cpu_topology(struct cpu_topology *tp, int cpu) in build_cpu_topology() 142 void cpu_topology__delete(struct cpu_topology *tp) in cpu_topology__delete() 258 struct cpu_topology *tp = NULL; in cpu_topology__new() local 378 struct numa_topology *tp = NULL; in numa_topology__new() local 427 void numa_topology__delete(struct numa_topology *tp) in numa_topology__delete() 474 struct hybrid_topology *tp = NULL; in hybrid_topology__new() local 496 void hybrid_topology__delete(struct hybrid_topology *tp) in hybrid_topology__delete()
|
D | probe-event.c | 644 static int find_perf_probe_point_from_dwarf(struct probe_trace_point *tp, in find_perf_probe_point_from_dwarf() 691 static int post_process_probe_trace_point(struct probe_trace_point *tp, in post_process_probe_trace_point() 1848 struct probe_trace_point *tp = &tev->point; in parse_probe_trace_command() local 2161 synthesize_uprobe_trace_def(struct probe_trace_point *tp, struct strbuf *buf) in synthesize_uprobe_trace_def() 2189 synthesize_kprobe_trace_def(struct probe_trace_point *tp, struct strbuf *buf) in synthesize_kprobe_trace_def() 2203 struct probe_trace_point *tp = &tev->point; in synthesize_probe_trace_command() local 2230 static int find_perf_probe_point_from_map(struct probe_trace_point *tp, in find_perf_probe_point_from_map() 2272 static int convert_to_perf_probe_point(struct probe_trace_point *tp, in convert_to_perf_probe_point() 2799 struct probe_trace_point *tp = &tev->point; in warn_uprobe_event_compat() local 3043 struct probe_trace_point *tp; in find_probe_trace_events_from_map() local [all …]
|
D | event.c | 505 struct perf_record_text_poke_event *tp = &event->text_poke; in perf_event__fprintf_text_poke() local
|
D | header.c | 588 struct cpu_topology *tp; in write_cpu_topology() local 689 struct numa_topology *tp; in write_numa_topology() local 944 struct hybrid_topology *tp; in write_hybrid_topology() local
|
D | probe-finder.c | 643 struct probe_trace_point *tp) in convert_to_trace_point()
|
/tools/testing/selftests/bpf/progs/ |
D | bpf_dctcp.c | 51 static __always_inline void dctcp_reset(const struct tcp_sock *tp, in dctcp_reset() 63 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG() local 111 struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG() local 120 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG() local 150 struct tcp_sock *tp = tcp_sk(sk); in dctcp_react_to_loss() local 169 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ece_ack_cwr() local
|
D | tcp_ca_write_sk_pacing.c | 19 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out() 24 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight() 44 struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG() local
|
D | test_btf_skc_cls_ingress.c | 28 struct tcp_sock *tp, in test_syncookie_helper() 120 struct tcp_sock *tp; in handle_ip6_tcp() local
|
D | bpf_cubic.c | 163 struct tcp_sock *tp = tcp_sk(sk); in bictcp_hystart_reset() local 383 struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS() local 402 const struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS() local 449 struct tcp_sock *tp = tcp_sk(sk); in hystart_update() local 498 const struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS() local
|
D | test_sock_fields.c | 126 struct bpf_tcp_sock *tp, *tp_ret; in egress_read_sock_fields() local 220 struct bpf_tcp_sock *tp; in ingress_read_sock_fields() local
|
D | bpf_iter_tcp4.c | 74 static int dump_tcp_sock(struct seq_file *seq, struct tcp_sock *tp, in dump_tcp_sock() 202 struct tcp_sock *tp; in dump_tcp4() local
|
D | bpf_iter_tcp6.c | 74 static int dump_tcp6_sock(struct seq_file *seq, struct tcp6_sock *tp, in dump_tcp6_sock() 218 struct tcp6_sock *tp; in dump_tcp6() local
|
D | bpf_iter_setsockopt.c | 43 struct tcp_sock *tp; in change_tcp_cc() local
|
D | test_tcpbpf_kern.c | 31 struct tcp_sock *tp; in get_tp_window_clamp() local
|
D | vrf_socket_lookup.c | 21 struct bpf_sock_tuple *tp; in socket_lookup() local
|
D | xdp_synproxy_kern.c | 19 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3]) argument
|
/tools/testing/selftests/timens/ |
D | gettime_perf.c | 49 struct timespec tp, start; in test() local
|
/tools/testing/selftests/filesystems/fuse/ |
D | fuse_daemon.c | 29 int tp = -1; in display_trace() local
|
D | fuse_test.c | 79 int tp = -1; in bpf_clear_trace() local 93 int tp = -1; in bpf_test_trace_maybe() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sock_fields.c | 83 static void print_tp(const struct bpf_tcp_sock *tp, const char *prefix) in print_tp()
|
/tools/testing/selftests/ptp/ |
D | testptp.c | 191 int64_t t1, t2, tp; in main() local
|
/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 200 static __always_inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() 207 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited() local
|
/tools/thermal/tmon/ |
D | tmon.h | 82 struct trip_point tp[MAX_NR_TRIP]; member
|
/tools/include/uapi/linux/ |
D | tcp.h | 70 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3]) argument
|
/tools/perf/ |
D | builtin-kvm.c | 1833 char *tp, *name, *sys; in kvm_live_event_list() local
|