Home
last modified time | relevance | path

Searched refs:sched_wakeup (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-inter-event-combined-hist.tc21 ….sched_waking).waking_latency($waking_lat,pid) if comm=="ping"' > events/sched/sched_wakeup/trigger
25 echo 'hist:keys=pid:ts1=common_timestamp.usecs if comm=="ping"' >> events/sched/sched_wakeup/trigger
Dtrigger-multi-actions-accept.tc13 TRIGGER1=events/sched/sched_wakeup/trigger
Dtrigger-onmatch-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
Dtrigger-trace-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
Dtrigger-onmatch-onmax-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
/kernel/linux/linux-5.10/tools/perf/scripts/perl/bin/
Dwakeup-latency-record2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
/kernel/linux/linux-5.10/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…
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-script-perl.txt50 all sched_wakeup events in the system:
52 # perf record -a -e sched:sched_wakeup
58 (see /sys/kernel/debug/tracing/events/sched/sched_wakeup/format):
77 sub sched::sched_wakeup
Dperf-script-python.txt444 all sched_wakeup events in the system:
446 # perf record -a -e sched:sched_wakeup
452 (see /sys/kernel/debug/tracing/events/sched/sched_wakeup/format):
/kernel/linux/linux-5.10/tools/perf/scripts/perl/
Dwakeup-latency.pl51 sub sched::sched_wakeup
/kernel/linux/linux-5.10/Documentation/trace/
Devents.rst29 To enable a particular event, such as 'sched_wakeup', simply echo it
32 # echo sched_wakeup >> /sys/kernel/debug/tracing/set_event
39 # echo '!sched_wakeup' >> /sys/kernel/debug/tracing/set_event
64 To enable event 'sched_wakeup'::
66 # echo 1 > /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
70 # echo 0 > /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
126 For example, here's the information displayed for the 'sched_wakeup'
129 # cat /sys/kernel/debug/tracing/events/sched/sched_wakeup/format
131 name: sched_wakeup
218 # cd /sys/kernel/debug/tracing/events/sched/sched_wakeup
[all …]
Dftrace.rst294 Note, sched_switch and sched_wakeup will trace threads not listed
296 sched_switch or sched_wakeup events also trace a thread that should
821 # echo xxx > /sys/kernel/debug/tracing/events/sched/sched_wakeup/trigger
2141 <idle>-0 2d.h4 1us : sched_wakeup: comm=sleep pid=5882 prio=94 success=1 target_cpu=002
3406 # echo 1 > instances/foo/events/sched/sched_wakeup/enable
3427 …bash-1998 [000] d..4 136.676759: sched_wakeup: comm=kworker/0:1 pid=59 prio=120 success=1 targe…
3428 …bash-1998 [000] dN.4 136.676760: sched_wakeup: comm=bash pid=1998 prio=120 success=1 target_cpu…
3429 …<idle>-0 [003] d.h3 136.676906: sched_wakeup: comm=rcu_preempt pid=9 prio=120 success=1 targ…
3432 …bash-1998 [000] d..4 136.677014: sched_wakeup: comm=kworker/0:1 pid=59 prio=120 success=1 targe…
3433 …bash-1998 [000] dN.4 136.677016: sched_wakeup: comm=bash pid=1998 prio=120 success=1 target_cpu…
[all …]
Dhistogram.rst2151 …<idle>-0 [005] dNh4 309.873613: sched_wakeup: comm=cyclictest pid=2102 prio=19 target_cpu=005
2155 …<idle>-0 [005] dNh4 309.874626: sched_wakeup: comm=cyclictest pid=2102 prio=19 target_cpu=005
2157 …<idle>-0 [005] dNh4 309.874630: sched_wakeup: comm=cyclictest pid=2103 prio=19 target_cpu=005
2160 …<idle>-0 [004] dNh4 309.874762: sched_wakeup: comm=gnome-terminal- pid=1699 prio=120 target_…
2165 … <idle>-0 [003] d.s5 309.874961: sched_wakeup: comm=rcu_sched pid=9 prio=120 target_cpu=007
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-filter.txt118 ret = tep_filter_add_filter_str(filter, "sched/sched_wakeup:target_cpu==1");
/kernel/linux/linux-5.10/include/trace/events/
Dsched.h101 DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-timechart.c406 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, in sched_wakeup() function
615 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup()