summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf_counter: minimize context time updatesPeter Zijlstra2009-04-071-2/+5
* perf_counter: remove rq->lock usagePeter Zijlstra2009-04-072-46/+16
* perf_counter: rework the task clock software counterPeter Zijlstra2009-04-071-30/+12
* perf_counter: rework context timePeter Zijlstra2009-04-071-44/+34
* perf_counter: change event definitionPeter Zijlstra2009-04-071-7/+15
* perf_counter: counter overflow limitPeter Zijlstra2009-04-071-10/+41
* perf_counter: PERF_RECORD_TIMEPeter Zijlstra2009-04-071-0/+14
* perf_counter: fix the mlock accountingPeter Zijlstra2009-04-071-12/+21
* perf_counter: theres more to overflow than writing eventsPeter Zijlstra2009-04-071-6/+23
* perf_counter: generalize pending infrastructurePeter Zijlstra2009-04-071-21/+32
* perf_counter: SIGIO supportPeter Zijlstra2009-04-071-1/+19
* perf_counter: add more context informationPeter Zijlstra2009-04-071-4/+2
* perf_counter: update mmap() counter readPeter Zijlstra2009-04-061-2/+2
* perf_counter: add more context informationPeter Zijlstra2009-04-061-1/+1
* perf_counter: per event wakeupsPeter Zijlstra2009-04-061-1/+9
* perf_counter: move the event overflow output bits to record_typePeter Zijlstra2009-04-061-61/+40
* perf_counter: provide generic callchain bitsPeter Zijlstra2009-04-061-0/+27
* perf_counter: re-arrange the perf_event_typePeter Zijlstra2009-04-061-31/+25
* perf_counter: small cleanup of the output routinesPeter Zijlstra2009-04-061-16/+26
* perf_counter: make it possible for hw_perf_counter_init to return error codesPaul Mackerras2009-04-061-13/+22
* perf_counter: executable mmap() informationPeter Zijlstra2009-04-061-0/+145
* perf_counter: fix update_userpage()Peter Zijlstra2009-04-061-15/+23
* perf_counter: unify and fix delayed counter wakeupPeter Zijlstra2009-04-062-8/+123
* perf_counter: record time running and time enabled for each counterPaul Mackerras2009-04-061-21/+136
* perf_counter: allow and require one-page mmap on counting countersPeter Zijlstra2009-04-061-1/+5
* perf_counter: optionally provide the pid/tid of the sampled taskPeter Zijlstra2009-04-061-2/+16
* perf_counter: sanity check on the output APIPeter Zijlstra2009-04-061-0/+4
* perf_counter: output objectsPeter Zijlstra2009-04-061-12/+41
* perf_counter: more elaborate write APIPeter Zijlstra2009-04-061-34/+75
* perf_counter: fix perf_poll()Peter Zijlstra2009-04-061-2/+12
* perf_counter: new output ABI - part 1Peter Zijlstra2009-04-061-219/+245
* mutex: drop "inline" from mutex_lock() inside kernel/mutex.cH. Peter Anvin2009-04-061-1/+1
* perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras2009-04-061-0/+76
* perf_counter: avoid recursionPeter Zijlstra2009-04-061-0/+26
* perf_counter: remove the event config bitfieldsPeter Zijlstra2009-04-061-9/+13
* perf_counter: unify irq output codePeter Zijlstra2009-04-061-50/+56
* perf_counter: revamp syscall input ABIPeter Zijlstra2009-04-061-33/+50
* perf_counter: hook up the tracepoint eventsPeter Zijlstra2009-04-061-0/+43
* perf_counter: fix up counter free pathsPeter Zijlstra2009-04-061-3/+8
* perf_counter: generic context switch eventPeter Zijlstra2009-04-062-62/+4
* perf_counter: fix uninitialized usage of event_listPeter Zijlstra2009-04-061-1/+1
* perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras2009-04-061-1/+1
* perf_counter: include missing headerTim Blechmann2009-04-061-0/+2
* perf_counter: fix hrtimer samplingPeter Zijlstra2009-04-061-4/+4
* perf_counter: add an event_listPeter Zijlstra2009-04-061-11/+19
* perf_counter: hrtimer based sampling for software time eventsPeter Zijlstra2009-04-061-37/+86
* perf_counter: provide major/minor page fault software eventsPeter Zijlstra2009-04-061-13/+9
* perf_counter: provide pagefault software eventsPeter Zijlstra2009-04-061-50/+3
* perf_counter: software counter event infrastructurePeter Zijlstra2009-04-061-0/+201
* perf_counter: use list_move_tail()Peter Zijlstra2009-04-061-4/+2