Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A 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
H A Dtrigger-multi-actions-accept.tc13 TRIGGER1=events/sched/sched_wakeup/trigger
H A Dtrigger-trace-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
H A Dtrigger-onmatch-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
H A Dtrigger-onmatch-onmax-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
/linux/kernel/trace/rv/monitors/wwnr/
H A Dwwnr.c47 rv_attach_trace_probe("wwnr", sched_wakeup, handle_wakeup); in enable_wwnr()
57 rv_detach_trace_probe("wwnr", sched_wakeup, handle_wakeup); in disable_wwnr()
/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt50 all sched_wakeup events in the system:
52 # perf record -a -e sched:sched_wakeup
57 The format file for the sched_wakeup event defines the following fields
58 (see /sys/kernel/tracing/events/sched/sched_wakeup/format):
77 sub sched::sched_wakeup
H A Dperf-script-python.txt444 all sched_wakeup events in the system:
446 # perf record -a -e sched:sched_wakeup
451 The format file for the sched_wakeup event defines the following fields
452 (see /sys/kernel/tracing/events/sched/sched_wakeup/format):
/linux/tools/perf/scripts/perl/bin/
H A Dwakeup-latency-record2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
/linux/tools/perf/scripts/python/bin/
H A Dsched-migration-record2 perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched…
/linux/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_btfarg.tc30 TP4=sched_wakeup
/linux/tools/perf/scripts/perl/
H A Dwakeup-latency.pl51 sub sched::sched_wakeup
/linux/Documentation/trace/
H A Devents.rst29 To enable a particular event, such as 'sched_wakeup', simply echo it
32 # echo sched_wakeup >> /sys/kernel/tracing/set_event
39 # echo '!sched_wakeup' >> /sys/kernel/tracing/set_event
64 To enable event 'sched_wakeup'::
66 # echo 1 > /sys/kernel/tracing/events/sched/sched_wakeup/enable
70 # echo 0 > /sys/kernel/tracing/events/sched/sched_wakeup/enable
126 For example, here's the information displayed for the 'sched_wakeup'
129 # cat /sys/kernel/tracing/events/sched/sched_wakeup/format
131 name: sched_wakeup
244 # cd /sys/kernel/tracing/events/sched/sched_wakeup
[all …]
H A Dftrace.rst330 Note, sched_switch and sched_wakeup will trace threads not listed
332 sched_switch or sched_wakeup events also trace a thread that should
900 # echo xxx > /sys/kernel/tracing/events/sched/sched_wakeup/trigger
2245 <idle>-0 2d.h4 1us : sched_wakeup: comm=sleep pid=5882 prio=94 success=1 target_cpu=002
3622 # echo 1 > instances/foo/events/sched/sched_wakeup/enable
3643 …bash-1998 [000] d..4 136.676759: sched_wakeup: comm=kworker/0:1 pid=59 prio=120 success=1 targe…
3644 …bash-1998 [000] dN.4 136.676760: sched_wakeup: comm=bash pid=1998 prio=120 success=1 target_cpu…
3645 …<idle>-0 [003] d.h3 136.676906: sched_wakeup: comm=rcu_preempt pid=9 prio=120 success=1 targ…
3648 …bash-1998 [000] d..4 136.677014: sched_wakeup: comm=kworker/0:1 pid=59 prio=120 success=1 targe…
3649 …bash-1998 [000] dN.4 136.677016: sched_wakeup: comm=bash pid=1998 prio=120 success=1 target_cpu…
[all …]
H A Dhistogram.rst2408 …<idle>-0 [005] dNh4 309.873613: sched_wakeup: comm=cyclictest pid=2102 prio=19 target_cpu=005
2412 …<idle>-0 [005] dNh4 309.874626: sched_wakeup: comm=cyclictest pid=2102 prio=19 target_cpu=005
2414 …<idle>-0 [005] dNh4 309.874630: sched_wakeup: comm=cyclictest pid=2103 prio=19 target_cpu=005
2417 …<idle>-0 [004] dNh4 309.874762: sched_wakeup: comm=gnome-terminal- pid=1699 prio=120 target_…
2422 … <idle>-0 [003] d.s5 309.874961: sched_wakeup: comm=rcu_sched pid=9 prio=120 target_cpu=007
/linux/include/trace/events/
H A Dsched.h178 DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
/linux/tools/perf/
H A Dbuiltin-timechart.c425 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, in sched_wakeup() function
637 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup()