Home
last modified time | relevance | path

Searched refs:sched_switch (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/tools/testing/selftests/ftrace/test.d/event/
Devent-enable.tc31 count=`cat trace | grep sched_switch | wc -l`
38 echo 1 > events/sched/sched_switch/enable
42 count=`cat trace | grep sched_switch | wc -l`
49 echo 0 > events/sched/sched_switch/enable
53 count=`cat trace | grep sched_switch | wc -l`
/linux-4.1.27/tools/perf/Documentation/
Dperf-inject.txt40 Merge sched_stat and sched_switch for getting events where and how long
41 tasks slept. sched_switch contains a callchain where a task slept and
/linux-4.1.27/tools/perf/scripts/python/
Dsched-migration.py102 def sched_switch(self, prev, prev_state, next): member in RunqueueSnapshot
177 def sched_switch(self, ts_list, prev, prev_state, next, cpu): member in TimeSlice
179 new_rq = old_rq.sched_switch(prev, prev_state, next)
331 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, member in SchedEventProxy
347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
425 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
/linux-4.1.27/tools/perf/scripts/perl/bin/
Dwakeup-latency-record2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
/linux-4.1.27/tools/perf/scripts/python/bin/
Dsched-migration-record2 perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched…
/linux-4.1.27/tools/perf/tests/
Dswitch-tracking.c310 const char *sched_switch = "sched:sched_switch"; in test__switch_tracking() local
368 if (!perf_evlist__can_select_event(evlist, sched_switch)) { in test__switch_tracking()
374 err = parse_events(evlist, sched_switch); in test__switch_tracking()
376 pr_debug("Failed to parse event %s\n", sched_switch); in test__switch_tracking()
/linux-4.1.27/tools/perf/scripts/perl/
Dwakeup-latency.pl28 sub sched::sched_switch
/linux-4.1.27/Documentation/trace/
Devents.txt265 # cat sched_switch/filter
275 # cat sched_switch/filter
286 # cat sched_switch/filter
395 kmem:kmalloc and sched:sched_switch, but can't have two kmem:kmalloc
Dftrace.txt854 in the sched_switch trace point to fill comm cache
2456 echo 'try_to_wake_up:enable_event:sched:sched_switch:2' > \
2467 echo '!try_to_wake_up:enable_event:sched:sched_switch:0' > \
2469 echo '!schedule:disable_event:sched:sched_switch' > \
2631 …<idle>-0 [005] d... 2440.603828: sched_switch: prev_comm=swapper/5 prev_pid=0 prev_prio=120 p…
2632 …sleep-2242 [005] d... 2440.603846: sched_switch: prev_comm=snapshot-test-2 prev_pid=2242 prev_pr…
2634 …<idle>-0 [002] d... 2440.707230: sched_switch: prev_comm=swapper/2 prev_pid=0 prev_prio=120 p…
2648 …<idle>-0 [007] d... 2440.707395: sched_switch: prev_comm=swapper/7 prev_pid=0 prev_prio=120 p…
2649 …snapshot-test-2-2229 [002] d... 2440.707438: sched_switch: prev_comm=snapshot-test-2 prev_pid=22…
2703 # echo 1 > instances/foo/events/sched/sched_switch/enable
[all …]
/linux-4.1.27/include/trace/events/
Dsched.h117 TRACE_EVENT(sched_switch,
/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c437 static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp, in sched_switch() function
630 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()
/linux-4.1.27/kernel/trace/
DKconfig231 want to trace. It also includes the sched_switch tracer plugin.