Home
last modified time | relevance | path

Searched refs:context_switch (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.6.21/tools/testing/selftests/powerpc/benchmarks/
DMakefile2 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.gitignore3 context_switch
/linux-6.6.21/tools/perf/python/
Dtwatch.py11 def main(context_switch = 0, thread = -1): argument
18 sample_id_all = 1, context_switch = context_switch,
/linux-6.6.21/tools/perf/tests/attr/
Dsystem-wide-dummy40 context_switch=0
/linux-6.6.21/tools/perf/util/
Dtool.h58 context_switch, member
Dperf_api_probe.c94 evsel->core.attr.context_switch = 1; in perf_probe_context_switch()
Dpython.c579 pevent->event.context_switch.next_prev_pid, in pyrf_context_switch_event__repr()
580 pevent->event.context_switch.next_prev_tid, in pyrf_context_switch_event__repr()
865 context_switch = 0, in pyrf_evsel__init() local
884 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init()
908 attr.context_switch = context_switch; in pyrf_evsel__init()
Ddb-export.c580 pid_t pid = event->context_switch.next_prev_pid; in db_export__switch()
581 pid_t tid = event->context_switch.next_prev_tid; in db_export__switch()
Dsession.c504 if (tool->context_switch == NULL) in perf_tool__fill_defaults()
505 tool->context_switch = perf_event__process_switch; in perf_tool__fill_defaults()
679 event->context_switch.next_prev_pid = in perf_event__switch_swap()
680 bswap_32(event->context_switch.next_prev_pid); in perf_event__switch_swap()
681 event->context_switch.next_prev_tid = in perf_event__switch_swap()
682 bswap_32(event->context_switch.next_prev_tid); in perf_event__switch_swap()
686 swap_sample_id_all(event, &event->context_switch + 1); in perf_event__switch_swap()
1604 return tool->context_switch(tool, event, sample, machine); in machines__deliver_event()
Devent.c463 event->context_switch.next_prev_pid, in perf_event__fprintf_switch()
464 event->context_switch.next_prev_tid); in perf_event__fprintf_switch()
Dperf_event_attr_fprintf.c299 PRINT_ATTRf(context_switch, p_unsigned); in perf_event_attr__fprintf()
Darm-spe.c889 pid = event->context_switch.next_prev_pid; in arm_spe_context_switch()
890 tid = event->context_switch.next_prev_tid; in arm_spe_context_switch()
Dcs-etm.c2703 event->context_switch.next_prev_pid, in cs_etm__process_switch_cpu_wide()
2704 event->context_switch.next_prev_tid); in cs_etm__process_switch_cpu_wide()
/linux-6.6.21/tools/perf/tests/
Dattr.c131 WRITE_ASS(context_switch, "d"); in store_event()
/linux-6.6.21/tools/perf/
Dbuiltin-inject.c1236 gs->tool.context_switch = guest_session__repipe; in guest_session__start()
1672 u32 pid = event->context_switch.next_prev_pid; in host__context_switch()
1673 u32 tid = event->context_switch.next_prev_tid; in host__context_switch()
1732 inject->tool.context_switch = perf_event__drop; in strip_init()
2058 inject->tool.context_switch = host__repipe; in __cmd_inject()
2070 inject->tool.context_switch = host__context_switch; in __cmd_inject()
2179 .context_switch = perf_event__repipe, in cmd_inject()
/linux-6.6.21/kernel/trace/
Dtrace_entries.h149 FTRACE_ENTRY(context_switch, ctx_switch_entry,
/linux-6.6.21/tools/lib/perf/include/perf/
Devent.h506 struct perf_record_switch context_switch; member
/linux-6.6.21/tools/perf/Documentation/
Dperf-inject.txt103 Currently only mmap, mmap2, comm, task, context_switch, ksymbol,
Dperf-script-python.txt560 *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-6.6.21/tools/perf/arch/arm64/util/
Darm-spe.c255 tracking_evsel->core.attr.context_switch = 1; in arm_spe_recording_options()
/linux-6.6.21/include/uapi/linux/
Dperf_event.h447 context_switch : 1, /* context switch data */ member
/linux-6.6.21/tools/include/uapi/linux/
Dperf_event.h447 context_switch : 1, /* context switch data */ member
/linux-6.6.21/tools/perf/scripts/python/
Dintel-pt-events.py466 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): function
/linux-6.6.21/tools/perf/util/scripting-engines/
Dtrace-event-python.c1559 np_pid = event->context_switch.next_prev_pid; in python_do_process_switch()
1560 np_tid = event->context_switch.next_prev_tid; in python_do_process_switch()
1871 SET_TABLE_HANDLER(context_switch); in set_table_handlers()
/linux-6.6.21/tools/perf/arch/x86/util/
Dintel-pt.c798 switch_evsel->core.attr.context_switch = 1; in intel_pt_recording_options()

12