~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to kernel/latencytop.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
}
154
154
 
155
155
/**
156
 
 * __account_scheduler_latency - record an occured latency
 
156
 * __account_scheduler_latency - record an occurred latency
157
157
 * @tsk - the task struct of the task hitting the latency
158
158
 * @usecs - the duration of the latency in microseconds
159
159
 * @inter - 1 if the sleep was interruptible, 0 if uninterruptible