aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-5000/+0
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar1-13/+13
2009-09-21perf_counter: Rename list_entry -> group_entry, counter_list -> group_listIngo Molnar1-36/+35
2009-09-19perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram1-10/+10
2009-09-19perf: Add a timestamp to fork eventsArjan van de Ven1-2/+9
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar1-3/+4
2009-09-18sched_clock: Make it NMI safePeter Zijlstra1-6/+3
2009-09-18perf_counter: Fix up swcounter throttlingPeter Zijlstra1-1/+1
2009-09-18x86, perf_counter, bts: Optimize BTS overflow handlingMarkus Metzger1-147/+165
2009-09-17perf_counter: Allow for a wakeup watermarkPeter Zijlstra1-13/+19
2009-09-17perf_counter: Do not throttle single swcounter eventsPeter Zijlstra1-4/+13
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2009-09-15Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-09-15perf_counter: Fix buffer overflow in perf_copy_attr()Xiao Guangrong1-0/+1
2009-09-13perf_counter: Allow mmap if paranoid checks are turned offIngo Molnar1-1/+2
2009-09-03perf_counter: Fix output-sharing error pathIngo Molnar1-20/+20
2009-09-02perf_counter: Introduce new (non-)paranoia level to allow raw tracepoint accessIngo Molnar1-3/+10
2009-09-02Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar1-1/+2
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-25perf_counter: Allow sharing of output channelsPeter Zijlstra1-3/+80
2009-08-25perf_counter: Start counting time enabled when group leader gets enabledPaul Mackerras1-13/+30
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra1-1/+1
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar1-0/+4
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras1-0/+11
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-301/+541
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra1-2/+2
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra1-1/+5
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra1-72/+202
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra1-26/+18
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar1-1/+9
2009-08-10perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra1-0/+8
2009-08-10perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra1-6/+24
2009-08-09perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra1-15/+15
2009-08-09perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker1-10/+10
2009-08-09perf_counter: Work around gcc warning by initializing tracepoint record unconditionallyFrederic Weisbecker1-3/+4
2009-08-09perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra1-70/+94
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-1/+17
2009-08-09perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra1-3/+3
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra1-1/+1
2009-08-02perf_counter: Full task tracingPeter Zijlstra1-29/+58
2009-08-02perf_counter: Collapse inherit on read()Peter Zijlstra1-1/+13
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perfLinus Torvalds1-94/+91
2009-07-22perf: fix stack data leakArjan van de Ven1-0/+1
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard1-1/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra1-61/+31
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra1-2/+21
2009-07-22perf: Fix stack data leakArjan van de Ven1-0/+1
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra1-19/+17
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard1-4/+15