context_switch 640 drivers/misc/habanalabs/command_submission.c rc = hdev->asic_funcs->context_switch(hdev, ctx->asid); context_switch 5152 drivers/misc/habanalabs/goya/goya.c .context_switch = goya_context_switch, context_switch 551 drivers/misc/habanalabs/habanalabs.h int (*context_switch)(struct hl_device *hdev, u32 asid); context_switch 372 include/uapi/linux/perf_event.h context_switch : 1, /* context switch data */ context_switch 4359 kernel/events/core.c attr->context_switch || context_switch 4421 kernel/events/core.c if (event->attr.context_switch) { context_switch 7782 kernel/events/core.c return event->attr.context_switch; context_switch 10370 kernel/events/core.c if (event->attr.context_switch) { context_switch 4077 kernel/sched/core.c rq = context_switch(rq, prev, next, &rf); context_switch 129 kernel/trace/trace_entries.h FTRACE_ENTRY(context_switch, ctx_switch_entry, context_switch 372 tools/include/uapi/linux/perf_event.h context_switch : 1, /* context switch data */ context_switch 724 tools/perf/arch/x86/util/intel-pt.c switch_evsel->core.attr.context_switch = 1; context_switch 575 tools/perf/builtin-inject.c inject->tool.context_switch = perf_event__drop; context_switch 757 tools/perf/builtin-inject.c .context_switch = perf_event__repipe, context_switch 2496 tools/perf/builtin-script.c script->tool.context_switch = process_switch_event; context_switch 374 tools/perf/lib/include/perf/event.h struct perf_record_switch context_switch; context_switch 130 tools/perf/tests/attr.c WRITE_ASS(context_switch, "d"); context_switch 2238 tools/perf/util/cs-etm.c event->context_switch.next_prev_pid, context_switch 2239 tools/perf/util/cs-etm.c event->context_switch.next_prev_tid); context_switch 576 tools/perf/util/db-export.c pid_t pid = event->context_switch.next_prev_pid; context_switch 577 tools/perf/util/db-export.c pid_t tid = event->context_switch.next_prev_tid; context_switch 378 tools/perf/util/event.c event->context_switch.next_prev_pid, context_switch 379 tools/perf/util/event.c event->context_switch.next_prev_tid); context_switch 1088 tools/perf/util/evsel.c attr->context_switch = track; context_switch 2481 tools/perf/util/intel-pt.c pid = event->context_switch.next_prev_pid; context_switch 2482 tools/perf/util/intel-pt.c tid = event->context_switch.next_prev_tid; context_switch 2933 tools/perf/util/intel-pt.c if (evsel->core.attr.context_switch) context_switch 128 tools/perf/util/perf_event_attr_fprintf.c PRINT_ATTRf(context_switch, p_unsigned); context_switch 455 tools/perf/util/python.c pevent->event.context_switch.next_prev_pid, context_switch 456 tools/perf/util/python.c pevent->event.context_switch.next_prev_tid, context_switch 741 tools/perf/util/python.c context_switch = 0, context_switch 760 tools/perf/util/python.c &mmap, &context_switch, &comm, &freq, &inherit_stat, context_switch 784 tools/perf/util/python.c attr.context_switch = context_switch; context_switch 97 tools/perf/util/record.c evsel->core.attr.context_switch = 1; context_switch 1557 tools/perf/util/scripting-engines/trace-event-python.c SET_TABLE_HANDLER(context_switch); context_switch 482 tools/perf/util/session.c if (tool->context_switch == NULL) context_switch 483 tools/perf/util/session.c tool->context_switch = perf_event__process_switch; context_switch 647 tools/perf/util/session.c event->context_switch.next_prev_pid = context_switch 648 tools/perf/util/session.c bswap_32(event->context_switch.next_prev_pid); context_switch 649 tools/perf/util/session.c event->context_switch.next_prev_tid = context_switch 650 tools/perf/util/session.c bswap_32(event->context_switch.next_prev_tid); context_switch 654 tools/perf/util/session.c swap_sample_id_all(event, &event->context_switch + 1); context_switch 1463 tools/perf/util/session.c return tool->context_switch(tool, event, sample, machine); context_switch 55 tools/perf/util/tool.h context_switch,