Symbol: context_switch
drivers/accel/habanalabs/common/command_submission.c
1704
rc = hdev->asic_funcs->context_switch(hdev, ctx->asid);
drivers/accel/habanalabs/common/habanalabs.h
1690
int (*context_switch)(struct hl_device *hdev, u32 asid);
drivers/accel/habanalabs/gaudi/gaudi.c
9160
.context_switch = gaudi_context_switch,
drivers/accel/habanalabs/gaudi2/gaudi2.c
11935
.context_switch = gaudi2_context_switch,
drivers/accel/habanalabs/goya/goya.c
5461
.context_switch = goya_context_switch,
include/uapi/linux/perf_event.h
455
context_switch : 1, /* context switch data */
kernel/events/core.c
10008
return event->attr.context_switch;
kernel/events/core.c
13217
if (event->attr.context_switch) {
kernel/events/core.c
5334
attr->context_switch || attr->text_poke ||
kernel/events/core.c
5624
if (event->attr.context_switch) {
kernel/sched/core.c
6911
rq = context_switch(rq, prev, next, &rf);
kernel/trace/trace_entries.h
179
FTRACE_ENTRY(context_switch, ctx_switch_entry,
tools/include/uapi/linux/perf_event.h
455
context_switch : 1, /* context switch data */
tools/lib/perf/include/perf/event.h
621
struct perf_record_switch context_switch;
tools/perf/arch/arm64/util/arm-spe.c
385
tracking_evsel->core.attr.context_switch = 1;
tools/perf/arch/x86/util/intel-pt.c
805
switch_evsel->core.attr.context_switch = 1;
tools/perf/builtin-inject.c
1505
gs->tool.context_switch = guest_session__repipe;
tools/perf/builtin-inject.c
1942
u32 pid = event->context_switch.next_prev_pid;
tools/perf/builtin-inject.c
1943
u32 tid = event->context_switch.next_prev_tid;
tools/perf/builtin-inject.c
2002
inject->tool.context_switch = perf_event__drop;
tools/perf/builtin-inject.c
2332
inject->tool.context_switch = host__repipe;
tools/perf/builtin-inject.c
2344
inject->tool.context_switch = host__context_switch;
tools/perf/builtin-inject.c
2635
inject.tool.context_switch = perf_event__repipe;
tools/perf/builtin-report.c
1611
report.tool.context_switch = perf_event__process_switch;
tools/perf/builtin-script.c
3204
script->tool.context_switch = process_switch_event;
tools/perf/util/arm-spe.c
1376
pid = event->context_switch.next_prev_pid;
tools/perf/util/arm-spe.c
1377
tid = event->context_switch.next_prev_tid;
tools/perf/util/cs-etm.c
2797
event->context_switch.next_prev_pid,
tools/perf/util/cs-etm.c
2798
event->context_switch.next_prev_tid);
tools/perf/util/db-export.c
584
pid_t pid = event->context_switch.next_prev_pid;
tools/perf/util/db-export.c
585
pid_t tid = event->context_switch.next_prev_tid;
tools/perf/util/event.c
492
event->context_switch.next_prev_pid,
tools/perf/util/event.c
493
event->context_switch.next_prev_tid);
tools/perf/util/evsel.c
1660
attr->context_switch = track;
tools/perf/util/evsel.c
176
WRITE_ASS(context_switch, "d");
tools/perf/util/intel-pt.c
3528
pid = event->context_switch.next_prev_pid;
tools/perf/util/intel-pt.c
3529
tid = event->context_switch.next_prev_tid;
tools/perf/util/intel-pt.c
4200
if (evsel->core.attr.context_switch)
tools/perf/util/perf_api_probe.c
105
evsel->core.attr.context_switch = 1;
tools/perf/util/perf_event_attr_fprintf.c
334
PRINT_ATTRf(context_switch, p_unsigned);
tools/perf/util/python.c
1017
&mmap, &context_switch, &comm, &freq, &inherit_stat,
tools/perf/util/python.c
1041
attr.context_switch = context_switch;
tools/perf/util/python.c
405
pevent->event.context_switch.next_prev_pid,
tools/perf/util/python.c
406
pevent->event.context_switch.next_prev_tid,
tools/perf/util/python.c
998
context_switch = 0,
tools/perf/util/scripting-engines/trace-event-python.c
1572
np_pid = event->context_switch.next_prev_pid;
tools/perf/util/scripting-engines/trace-event-python.c
1573
np_tid = event->context_switch.next_prev_tid;
tools/perf/util/scripting-engines/trace-event-python.c
1886
SET_TABLE_HANDLER(context_switch);
tools/perf/util/session.c
1529
return tool->context_switch(tool, event, sample, machine);
tools/perf/util/session.c
2670
if (evsel->core.attr.context_switch)
tools/perf/util/session.c
386
event->context_switch.next_prev_pid =
tools/perf/util/session.c
387
bswap_32(event->context_switch.next_prev_pid);
tools/perf/util/session.c
388
event->context_switch.next_prev_tid =
tools/perf/util/session.c
389
bswap_32(event->context_switch.next_prev_tid);
tools/perf/util/session.c
393
swap_sample_id_all(event, &event->context_switch + 1);
tools/perf/util/tool.c
301
tool->context_switch = perf_event__process_switch;
tools/perf/util/tool.c
400
CREATE_DELEGATE_OP(context_switch);
tools/perf/util/tool.c
489
tool->tool.context_switch = delegate_context_switch;
tools/perf/util/tool.h
61
context_switch,
tools/testing/selftests/perf_events/watermark_signal.c
61
attr.context_switch = 1;