Searched refs:on_exit (Results 1 – 6 of 6) sorted by relevance
46 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
105 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
84 on_exit() { function112 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;"124 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null"144 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null"156 on_exit "ovs_sbx $1 ip netns del $3"158 on_exit "ovs_sbx $1 ip link del $4 >/dev/null 2>&1"
595 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
597 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument599 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
830 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument836 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot()903 bool on_exit __maybe_unused) in record__read_auxtrace_snapshot()
Completed in 873 milliseconds