/Linux-v6.1/tools/testing/selftests/powerpc/benchmarks/ |
D | Makefile | 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall 14 $(OUTPUT)/context_switch: ../utils.c 15 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec 16 $(OUTPUT)/context_switch: LDLIBS += -lpthread
|
D | .gitignore | 3 context_switch
|
/Linux-v6.1/tools/perf/python/ |
D | twatch.py | 11 def main(context_switch = 0, thread = -1): argument 18 sample_id_all = 1, context_switch = context_switch,
|
/Linux-v6.1/tools/perf/tests/attr/ |
D | system-wide-dummy | 40 context_switch=0
|
/Linux-v6.1/tools/perf/util/ |
D | tool.h | 58 context_switch, member
|
D | python.c | 528 pevent->event.context_switch.next_prev_pid, in pyrf_context_switch_event__repr() 529 pevent->event.context_switch.next_prev_tid, in pyrf_context_switch_event__repr() 814 context_switch = 0, in pyrf_evsel__init() local 833 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init() 857 attr.context_switch = context_switch; in pyrf_evsel__init()
|
D | perf_api_probe.c | 94 evsel->core.attr.context_switch = 1; in perf_probe_context_switch()
|
D | db-export.c | 574 pid_t pid = event->context_switch.next_prev_pid; in db_export__switch() 575 pid_t tid = event->context_switch.next_prev_tid; in db_export__switch()
|
D | perf_event_attr_fprintf.c | 131 PRINT_ATTRf(context_switch, p_unsigned); in perf_event_attr__fprintf()
|
D | session.c | 507 if (tool->context_switch == NULL) in perf_tool__fill_defaults() 508 tool->context_switch = perf_event__process_switch; in perf_tool__fill_defaults() 682 event->context_switch.next_prev_pid = in perf_event__switch_swap() 683 bswap_32(event->context_switch.next_prev_pid); in perf_event__switch_swap() 684 event->context_switch.next_prev_tid = in perf_event__switch_swap() 685 bswap_32(event->context_switch.next_prev_tid); in perf_event__switch_swap() 689 swap_sample_id_all(event, &event->context_switch + 1); in perf_event__switch_swap() 1605 return tool->context_switch(tool, event, sample, machine); in machines__deliver_event()
|
D | event.c | 438 event->context_switch.next_prev_pid, in perf_event__fprintf_switch() 439 event->context_switch.next_prev_tid); in perf_event__fprintf_switch()
|
D | arm-spe.c | 869 pid = event->context_switch.next_prev_pid; in arm_spe_context_switch() 870 tid = event->context_switch.next_prev_tid; in arm_spe_context_switch()
|
D | cs-etm.c | 2365 event->context_switch.next_prev_pid, in cs_etm__process_switch_cpu_wide() 2366 event->context_switch.next_prev_tid); in cs_etm__process_switch_cpu_wide()
|
/Linux-v6.1/tools/perf/tests/ |
D | attr.c | 131 WRITE_ASS(context_switch, "d"); in store_event()
|
/Linux-v6.1/tools/perf/ |
D | builtin-inject.c | 1220 gs->tool.context_switch = guest_session__repipe; in guest_session__start() 1648 u32 pid = event->context_switch.next_prev_pid; in host__context_switch() 1649 u32 tid = event->context_switch.next_prev_tid; in host__context_switch() 1708 inject->tool.context_switch = perf_event__drop; in strip_init() 2030 inject->tool.context_switch = host__repipe; in __cmd_inject() 2042 inject->tool.context_switch = host__context_switch; in __cmd_inject() 2151 .context_switch = perf_event__repipe, in cmd_inject()
|
/Linux-v6.1/kernel/trace/ |
D | trace_entries.h | 123 FTRACE_ENTRY(context_switch, ctx_switch_entry,
|
/Linux-v6.1/tools/lib/perf/include/perf/ |
D | event.h | 493 struct perf_record_switch context_switch; member
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-inject.txt | 103 Currently only mmap, mmap2, comm, task, context_switch, ksymbol,
|
D | perf-script-python.txt | 560 *context_switch*, if defined, is called for any context switch 563 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x):
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | perf_event.h | 446 context_switch : 1, /* context switch data */ member
|
/Linux-v6.1/include/uapi/linux/ |
D | perf_event.h | 446 context_switch : 1, /* context switch data */ member
|
/Linux-v6.1/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 277 tracking_evsel->core.attr.context_switch = 1; in arm_spe_recording_options()
|
/Linux-v6.1/tools/perf/scripts/python/ |
D | intel-pt-events.py | 405 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): function
|
/Linux-v6.1/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1524 np_pid = event->context_switch.next_prev_pid; in python_do_process_switch() 1525 np_tid = event->context_switch.next_prev_tid; in python_do_process_switch() 1842 SET_TABLE_HANDLER(context_switch); in set_table_handlers()
|
/Linux-v6.1/tools/perf/arch/x86/util/ |
D | intel-pt.c | 813 switch_evsel->core.attr.context_switch = 1; in intel_pt_recording_options()
|