Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dcommands.py180 def gen_trace(name: str) -> str: function
405 self._gen_trace_events.add(gen_trace(name))
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c658 static int gen_trace(struct bpf_object *obj, const char *obj_name, const char *header_guard) in gen_trace() function
1079 err = gen_trace(obj, obj_name, header_guard); in do_skeleton()