Home
last modified time | relevance | path

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

/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh51 on_exit() { function
78 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;"
90 on_exit "ovs_sbx $1 kill -TERM $pid 2>/dev/null"
107 ovs_sbx "$sbx" on_exit "kill -TERM $pid 2>/dev/null"
113 on_exit "ovs_sbx $1 ip netns del $3"
115 on_exit "ovs_sbx $1 ip link del $4 >/dev/null 2>&1"
/tools/testing/selftests/bpf/progs/
Dtask_local_storage.c46 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
Dcgrp_ls_tp_btf.c70 int BPF_PROG(on_exit, struct pt_regs *regs, long id) in BPF_PROG() argument
/tools/perf/util/
Dauxtrace.h592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
Dauxtrace.c592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish() argument
594 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
/tools/perf/
Dbuiltin-record.c788 static void record__read_auxtrace_snapshot(struct record *rec, bool on_exit) in record__read_auxtrace_snapshot() argument
794 if (auxtrace_record__snapshot_finish(rec->itr, on_exit)) in record__read_auxtrace_snapshot()
859 bool on_exit __maybe_unused) in record__read_auxtrace_snapshot()