Searched refs:perf_sw_context (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_bts.c521 bts_pmu.task_ctx_nr = perf_sw_context; bts_init()
H A Dperf_event_intel_cqm.c1229 .task_ctx_nr = perf_sw_context,
H A Dperf_event_intel_pt.c1098 pt_pmu.pmu.task_ctx_nr = perf_sw_context;
/linux-4.1.27/kernel/events/
H A Dhw_breakpoint.c609 .task_ctx_nr = perf_sw_context, /* could eventually get its own */
H A Dcore.c790 if (pmu->task_ctx_nr == perf_sw_context) perf_cpu_hrtimer_cancel()
808 if (pmu->task_ctx_nr == perf_sw_context) __perf_cpu_hrtimer_init()
831 if (pmu->task_ctx_nr == perf_sw_context) perf_cpu_hrtimer_restart()
6613 .task_ctx_nr = perf_sw_context,
6684 ctx = rcu_dereference(task->perf_event_ctxp[perf_sw_context]);
6732 .task_ctx_nr = perf_sw_context,
7009 .task_ctx_nr = perf_sw_context,
7090 .task_ctx_nr = perf_sw_context,
/linux-4.1.27/include/linux/
H A Dperf_event.h743 return event->pmu->task_ctx_nr == perf_sw_context; is_software_event()
H A Dsched.h1289 perf_sw_context, enumerator in enum:perf_event_task_context

Completed in 354 milliseconds