tracing: add sched_set_prio tracepoint
[deliverable/linux.git] / kernel / sched / core.c
index 6946b8f7ace47136d41f9b366bd8c96faee85cd6..45fbaab4add7afc099028d1ea6f240a6d2393f14 100644 (file)
@@ -2232,6 +2232,7 @@ int sysctl_schedstats(struct ctl_table *table, int write,
 
 static void sched_set_prio(struct task_struct *p, int prio)
 {
+       trace_sched_set_prio(p, prio);
        p->prio = prio;
 }
 
This page took 0.024218 seconds and 5 git commands to generate.