Searched refs:next_prev_tid (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/lib/perf/include/perf/ |
| H A D | event.h | 158 __u32 next_prev_tid; 151 __u32 next_prev_tid; global() member
|
| /linux/tools/perf/util/ |
| H A D | db-export.c | 581 pid_t tid = event->context_switch.next_prev_tid; in db_export__switch()
|
| H A D | event.c | 493 event->context_switch.next_prev_tid); in perf_event__fprintf_switch()
|
| H A D | python.c | 1287 member_def(perf_record_switch, next_prev_tid, T_UINT, "next/prev tid"), in pyrf_evlist__init() 1296 if (asprintf(&s, "{ type: context_switch, next_prev_pid: %u, next_prev_tid: %u, switch_out: %u }", 1298 pevent->event.context_switch.next_prev_tid, in pyrf_evlist__all_cpus()
|
| H A D | session.c | 444 event->context_switch.next_prev_tid = 445 bswap_32(event->context_switch.next_prev_tid); in perf_event__cgroup_swap()
|
| H A D | arm-spe.c | 1432 tid = event->context_switch.next_prev_tid; in arm_spe_process_event()
|
| H A D | cs-etm.c | 2954 event->context_switch.next_prev_tid); in cs_etm__create_meta_blk()
|
| H A D | intel-pt.c | 3552 tid = event->context_switch.next_prev_tid; in intel_pt_process_itrace_start()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1566 np_tid = event->context_switch.next_prev_tid; in python_do_process_switch()
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | 2115 u32 tid = event->context_switch.next_prev_tid; in keep_feat()
|
| /linux/kernel/events/ |
| H A D | core.c | 10103 u32 next_prev_tid; member 10131 se->event_id.next_prev_tid = in perf_event_switch_output()
|