Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 2 of 2) sorted by relevance

/samples/trace_events/
A Dtrace_custom_sched.c38 static void fct(struct tracepoint *tp, void *priv) in fct() argument
40 trace_custom_event_sched_switch_update(tp); in fct()
41 trace_custom_event_sched_waking_update(tp); in fct()
/samples/bpf/
A Dhbm_kern.h85 struct bpf_tcp_sock *tp; in get_tcp_info() local
92 tp = bpf_tcp_sock(sk); in get_tcp_info()
93 if (tp) { in get_tcp_info()
94 pkti->cwnd = tp->snd_cwnd; in get_tcp_info()
95 pkti->rtt = tp->srtt_us >> 3; in get_tcp_info()
96 pkti->packets_out = tp->packets_out; in get_tcp_info()

Completed in 5 milliseconds