aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-17perf_counter, x86: fix zero irq_period countersIngo Molnar
2009-05-17perf_counter: fix threaded task exitIngo Molnar
2009-05-17perf_counter: Fix counter inheritancePeter Zijlstra
2009-05-17perf_counter: Fix inheritance cleanup codePeter Zijlstra
2009-05-15perf_counter: powerpc: supply more precise information on counter overflow ev...Paul Mackerras
2009-05-15perf_counter: allow arch to supply event misc flags and instruction pointerPaul Mackerras
2009-05-15perf_counter: powerpc: use u64 for event codes internallyPaul Mackerras
2009-05-15perf_counter: frequency based adaptive irq_period, 32-bit fixPeter Zijlstra
2009-05-15perf top: update to use the new freq interfacePeter Zijlstra
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra
2009-05-15perf_counter: per user mlock giftPeter Zijlstra
2009-05-15perf_counter: remove perf_disable/enable exportsPeter Zijlstra
2009-05-15perf stat: handle Ctrl-CIngo Molnar
2009-05-15perf_counter: Remove ACPI quirkIngo Molnar
2009-05-15perf_counter: x86: Protect against infinite loops in intel_pmu_handle_irq()Ingo Molnar
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