Home
last modified time | relevance | path

Searched refs:on_exit (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtask_local_storage.c46 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
A Dcgrp_ls_tp_btf.c105 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
/tools/testing/selftests/net/openvswitch/
A Dopenvswitch.sh84 on_exit() { function
112 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"
/tools/perf/util/
A Dauxtrace.h595 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
A Dauxtrace.c597 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument
599 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
/tools/perf/
A Dbuiltin-record.c830 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument
836 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