Lines Matching refs:tracepoint
158 This is a macro that instruments the tracepoint defined by *category*:*event*.
160 Arguments are available in an ```args``` struct, which are the tracepoint arguments. One way to lis…
174 This instruments the random:urandom_read tracepoint, and prints the tracepoint argument ```got_bits…
255 This is a macro that instruments the raw tracepoint defined by *event*.
257 …pf.h). The struct field ```args``` contains all parameters of the raw tracepoint where you can fo…
275 This instruments the sched:sched_switch tracepoint, and prints the prev and next tgid.
1011 Syntax: ```BPF.attach_tracepoint(tp="tracepoint", fn_name="name")```
1013 Instruments the kernel tracepoint described by ```tracepoint```, and when hit, runs the BPF functio…
1015 …aring an ```args``` struct containing the tracepoint arguments. With ```attach_tracepoint()```, th…
1130 Syntax: ```BPF.attach_raw_tracepoint(tp="tracepoint", fn_name="name")```
1132 Instruments the kernel raw tracepoint described by ```tracepoint``` (```event``` only, no ```catego…