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