Searched refs:sched_wakeup (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/scripts/perl/bin/
H A Dwakeup-latency-record2 perf record -e sched:sched_switch -e sched:sched_wakeup $@
/linux-master/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:sched_migrate_task $@
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-multi-actions-accept.tc13 TRIGGER1=events/sched/sched_wakeup/trigger
18 echo 'hist:keys=next_pid:onmatch(sched.sched_wakeup).wakeup_latency(sched.sched_switch.$wakeup_lat,next_pid) if next_comm=="cyclictest"' >> $TRIGGER2
19 echo 'hist:keys=next_pid:onmatch(sched.sched_wakeup).wakeup_latency(sched.sched_switch.$wakeup_lat,prev_pid) if next_comm=="cyclictest"' >> $TRIGGER2
H A Dtrigger-inter-event-combined-hist.tc21 echo 'hist:keys=pid:waking_lat=common_timestamp.usecs-$ts0:onmatch(sched.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
26 echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts1:onmatch(sched.sched_wakeup).wakeup_latency($wakeup_lat,next_pid) if next_comm=="ping"' > events/sched/sched_switch/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
22 echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0:onmatch(sched.sched_wakeup).wakeup_latency($wakeup_lat,next_pid,next_comm):onmax($wakeup_lat).save(next_comm,prev_pid,prev_prio,prev_comm) if next_comm=="ping"' >> events/sched/sched_switch/trigger
H A Dtrigger-onmatch-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
22 echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0:onmatch(sched.sched_wakeup).wakeup_latency($wakeup_lat,next_pid,next_comm) if next_comm=="ping"' > events/sched/sched_switch/trigger
H A Dtrigger-trace-action-hist.tc21 echo 'hist:keys=pid:ts0=common_timestamp.usecs if comm=="ping"' > events/sched/sched_wakeup/trigger
22 echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0:onmatch(sched.sched_wakeup).trace(wakeup_latency,$wakeup_lat,next_pid,next_comm) if next_comm=="ping"' > events/sched/sched_switch/trigger
/linux-master/kernel/trace/rv/monitors/wwnr/
H A Dwwnr.c47 rv_attach_trace_probe("wwnr", sched_wakeup, handle_wakeup);
57 rv_detach_trace_probe("wwnr", sched_wakeup, handle_wakeup);
/linux-master/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_btfarg.tc30 TP4=sched_wakeup
/linux-master/tools/perf/scripts/perl/
H A Dwakeup-latency.pl51 sub sched::sched_wakeup
/linux-master/include/trace/events/
H A Dsched.h178 DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
/linux-master/tools/perf/
H A Dbuiltin-timechart.c425 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, function
637 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace);
1546 { "sched:sched_wakeup", process_sample_sched_wakeup },
1817 "-e", "sched:sched_wakeup",

Completed in 221 milliseconds