Searched refs:next_prev_tid (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/lib/perf/include/perf/
H A Devent.h145 __u32 next_prev_tid; member in struct:perf_record_switch
/linux-master/tools/perf/util/
H A Ddb-export.c581 pid_t tid = event->context_switch.next_prev_tid;
H A Dpython.c570 member_def(perf_record_switch, next_prev_tid, T_UINT, "next/prev tid"),
579 if (asprintf(&s, "{ type: context_switch, next_prev_pid: %u, next_prev_tid: %u, switch_out: %u }",
581 pevent->event.context_switch.next_prev_tid,
H A Devent.c464 event->context_switch.next_prev_tid);
H A Darm-spe.c890 tid = event->context_switch.next_prev_tid;
H A Dsession.c686 event->context_switch.next_prev_tid =
687 bswap_32(event->context_switch.next_prev_tid);
H A Dcs-etm.c2728 event->context_switch.next_prev_tid);
H A Dintel-pt.c3321 tid = event->context_switch.next_prev_tid;
/linux-master/tools/perf/
H A Dbuiltin-inject.c1673 u32 tid = event->context_switch.next_prev_tid;
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1573 np_tid = event->context_switch.next_prev_tid;
/linux-master/kernel/events/
H A Dcore.c9023 u32 next_prev_tid; member in struct:perf_switch_event::__anon2883
9051 se->event_id.next_prev_tid =
9088 /* .next_prev_tid */

Completed in 307 milliseconds