Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A 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
H A D.gitignore3 context_switch
/OK3568_Linux_fs/kernel/tools/perf/python/
H A Dtwatch.py11 def main(context_switch = 0, thread = -1): argument
18 sample_id_all = 1, context_switch = context_switch,
/OK3568_Linux_fs/kernel/tools/perf/tests/attr/
H A Dsystem-wide-dummy40 context_switch=0
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpython.c476 pevent->event.context_switch.next_prev_pid, in pyrf_context_switch_event__repr()
477 pevent->event.context_switch.next_prev_tid, in pyrf_context_switch_event__repr()
762 context_switch = 0, in pyrf_evsel__init() local
781 &mmap, &context_switch, &comm, &freq, &inherit_stat, in pyrf_evsel__init()
805 attr.context_switch = context_switch; in pyrf_evsel__init()
H A Dtool.h56 context_switch, member
H A Dperf_api_probe.c93 evsel->core.attr.context_switch = 1; in perf_probe_context_switch()
H A Dsession.c487 if (tool->context_switch == NULL) in perf_tool__fill_defaults()
488 tool->context_switch = perf_event__process_switch; in perf_tool__fill_defaults()
655 event->context_switch.next_prev_pid = in perf_event__switch_swap()
656 bswap_32(event->context_switch.next_prev_pid); in perf_event__switch_swap()
657 event->context_switch.next_prev_tid = in perf_event__switch_swap()
658 bswap_32(event->context_switch.next_prev_tid); in perf_event__switch_swap()
662 swap_sample_id_all(event, &event->context_switch + 1); in perf_event__switch_swap()
1520 return tool->context_switch(tool, event, sample, machine); in machines__deliver_event()
H A Ddb-export.c576 pid_t pid = event->context_switch.next_prev_pid; in db_export__switch()
577 pid_t tid = event->context_switch.next_prev_tid; in db_export__switch()
H A Dperf_event_attr_fprintf.c130 PRINT_ATTRf(context_switch, p_unsigned); in perf_event_attr__fprintf()
H A Devent.c403 event->context_switch.next_prev_pid, in perf_event__fprintf_switch()
404 event->context_switch.next_prev_tid); in perf_event__fprintf_switch()
H A Dcs-etm.c2325 event->context_switch.next_prev_pid, in cs_etm__process_switch_cpu_wide()
2326 event->context_switch.next_prev_tid); in cs_etm__process_switch_cpu_wide()
H A Dintel-pt.c2612 pid = event->context_switch.next_prev_pid; in intel_pt_context_switch()
2613 tid = event->context_switch.next_prev_tid; in intel_pt_context_switch()
3174 if (evsel->core.attr.context_switch) in intel_pt_find_switch()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dattr.c130 WRITE_ASS(context_switch, "d"); in store_event()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_entries.h123 FTRACE_ENTRY(context_switch, ctx_switch_entry,
/OK3568_Linux_fs/kernel/tools/lib/perf/include/perf/
H A Devent.h407 struct perf_record_switch context_switch; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h379 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h372 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h372 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h379 context_switch : 1, /* context switch data */ member
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-inject.c694 inject->tool.context_switch = perf_event__drop; in strip_init()
818 .context_switch = perf_event__repipe, in cmd_inject()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A Dintel-pt.c808 switch_evsel->core.attr.context_switch = 1; in intel_pt_recording_options()
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dcommand_submission.c1071 rc = hdev->asic_funcs->context_switch(hdev, ctx->asid); in hl_cs_ioctl()
H A Dhabanalabs.h764 int (*context_switch)(struct hl_device *hdev, u32 asid); member
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1578 SET_TABLE_HANDLER(context_switch); in set_table_handlers()

12