Searched defs:trace_fields (Results 1 – 3 of 3) sorted by relevance
133 struct trace_fields { struct134 struct tep_event *sched_waking;135 struct tep_event *kvm_exit;136 struct tep_format_field *common_pid;137 struct tep_format_field *sched_next;138 struct pids *pids;139 int found_pid;271 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