aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-15perf_counter: x86: Disallow interval of 1Ingo Molnar
2009-05-15perf_counter: x86: Robustify interrupt handlingPeter Zijlstra
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra
2009-05-15perf_counter: x86: Fix up the amd NMI/INT throttlePeter Zijlstra
2009-05-15perf_counter: Fix perf_output_copy() WARN to account for overflowPeter Zijlstra
2009-05-15perf_counter: x86: Allow unpriviliged use of NMIsPeter Zijlstra
2009-05-15perf_counter: x86: Fix throttlingIngo Molnar
2009-05-15perf_counter: x86: More accurate counter updatePeter Zijlstra
2009-05-15perf record: Allow specifying a pid to recordArnaldo Carvalho de Melo
2009-05-13perf_counter: fix print debug irq disablePeter Zijlstra
2009-05-12perf_counter: call hw_perf_save_disable/restore around group_sched_inPaul Mackerras
2009-05-11perf_counter: call atomic64_set for counter->countPaul Mackerras
2009-05-11perf_counter: don't count scheduler ticks as context switchesPaul Mackerras
2009-05-11perf_counter: Put whole group on when enabling group leaderPaul Mackerras
2009-05-11perf_counter, x86: clean up throttling printkMike Galbraith
2009-05-10perf_counter tools: fix buffer overwrite problem for perf top commandErdem Aktas
2009-05-09perf_counter tools: remove debug code from builtin-stat.cIngo Molnar
2009-05-08perf_counter: add PERF_RECORD_CPUPeter Zijlstra
2009-05-08perf_counter: add PERF_RECORD_CONFIGPeter Zijlstra
2009-05-08perf_counter: rework ioctl()sPeter Zijlstra
2009-05-08perf_counter: optimize perf_counter_task_tick()Peter Zijlstra
2009-05-06Merge branch 'core/locking' into perfcounters/coreIngo Molnar
2009-05-05perf_counter: tools: update the tools to support process and inherited countersPeter Zijlstra
2009-05-05perf_counter: inheritable sample countersPeter Zijlstra
2009-05-05perf_counter: fix the output lockPeter Zijlstra
2009-05-05perf_counter: provide an mlock thresholdPeter Zijlstra
2009-05-05perf_counter: add ioctl(PERF_COUNTER_IOC_RESET)Peter Zijlstra
2009-05-05perf_counter: uncouple data_head updates from wakeupsPeter Zijlstra
2009-05-04perf_counter: fix fixed-purpose counter support on v2 Intel-PERFMONIngo Molnar
2009-05-04perf_counter: convert perf_resource_mutex to a spinlockIngo Molnar
2009-05-04perf_counter: initialize the per-cpu context earlierIngo Molnar
2009-05-04perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-booPeter Zijlstra
2009-05-04perf_counter: round-robin per-CPU counters tooIngo Molnar
2009-05-03perf_counter tools: fix build errorMike Galbraith
2009-05-01perfcounter tools: get the syscall number from arch/*/include/asm/unistd.hThomas Gleixner
2009-05-01perfcounter tools: fix pointer mismatchThomas Gleixner
2009-05-01perfcounter tools: make rdclock an inline functionThomas Gleixner
2009-05-01perfcounter tools: move common defines ... to local header fileThomas Gleixner
2009-05-01perf_counter tools: remove build generated filesThomas Gleixner
2009-05-01perf_counter tools: fix x86 syscall numbersIngo Molnar
2009-05-01perf_counter: documentation updatePeter Zijlstra
2009-05-01perf_counter: tool: handle 0-length data filesPeter Zijlstra
2009-05-01perf_counter: fix nmi-watchdog interactionPeter Zijlstra
2009-05-01perf_counter: fix race in perf_output_*Peter Zijlstra
2009-04-30Merge branch 'core/signal' into perfcounters/coreThomas Gleixner
2009-04-30x86: hookup sys_rt_tgsigqueueinfoThomas Gleixner
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner
2009-04-30signals: split do_tkillThomas Gleixner
2009-04-30perf_counter tools: fix infinite loop in perf-report on zeroed event recordsIngo Molnar
2009-04-30perf_counter tools: perf stat: make -l default-onIngo Molnar