Searched defs:trace_fields (Results 1 – 3 of 3) sorted by relevance
92 struct trace_fields { struct93 struct tep_event *sched_waking;94 struct tep_event *kvm_exit;95 struct tep_format_field *common_pid;96 struct tep_format_field *sched_next;97 struct pids *pids;98 int found_pid;230 struct trace_fields trace_fields; in stop_trace_connect() local
38 function TracerPipe:trace_fields() function
1502 def trace_fields(self, nonblocking=False): member in BPF