aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Remove duplicated #includeAndrea Gelmini2010-08-051-1/+0
* perf ui: Add search by name/addr to the map__browserArnaldo Carvalho de Melo2010-08-052-10/+117
* perf hists: Fixup addr snprintf width on 32 bit archesArnaldo Carvalho de Melo2010-08-051-2/+4
* perf hists: Handle verbose in hists__sort_list_widthArnaldo Carvalho de Melo2010-08-051-0/+3
* perf ui: Shorten ui_browser->refresh_entries to refreshArnaldo Carvalho de Melo2010-08-051-12/+12
* perf ui: Add a map browserArnaldo Carvalho de Melo2010-08-051-2/+127
* perf symbols: Store the symbol bindingArnaldo Carvalho de Melo2010-08-052-8/+23
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-08-054-27/+25
|\
| * tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju2010-08-041-0/+3
| * perf: expose event__process functionSrikar Dronamraju2010-08-043-20/+21
| * perf events: Fix mmap offset determinationDave Martin2010-08-041-7/+1
* | Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-0516-348/+770
|\ \ | |/ |/|
| * kernel/watchdog: Initialize 'result'Kulikov Vasiliy2010-07-071-1/+1
| * lockup_detector: Don't enable the lockup detector by defaultFrederic Weisbecker2010-05-191-1/+0
| * lockup_detector: Convert per_cpu to __get_cpu_var for readabilityDon Zickus2010-05-191-18/+17
| * lockup_detector: Cross arch compile fixesDon Zickus2010-05-163-5/+8
| * lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker2010-05-164-14/+14
| * lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archsFrederic Weisbecker2010-05-163-3/+5
| * lockup_detector: Update some configFrederic Weisbecker2010-05-161-22/+3
| * x86, watchdog: Fix build error in hw_nmi.cIngo Molnar2010-05-131-0/+1
| * watchdog: Export touch_softlockup_watchdogIngo Molnar2010-05-131-0/+1
| * lockup_detector: Fix forgotten config conversionFrederic Weisbecker2010-05-131-1/+1
| * lockup_detector: Make BOOTPARAM_SOFTLOCKUP_PANIC depend on LOCKUP_DETECTORFrederic Weisbecker2010-05-131-1/+1
| * lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdogDon Zickus2010-05-121-3/+4
| * x86: Cleanup hw_nmi.c cruftDon Zickus2010-05-121-58/+0
| * x86: Move trigger_all_cpu_backtrace to its own die_notifierDon Zickus2010-05-121-14/+51
| * lockup_detector: Remove nmi_watchdog.c fileDon Zickus2010-05-121-259/+0
| * lockup_detector: Remove old softlockup codeDon Zickus2010-05-122-305/+10
| * lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus2010-05-124-55/+6
| * lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-1212-29/+650
| * Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker2010-05-1211210-279117/+611513
| |\
| * | nmi_watchdog: Tell the world we're activePeter Zijlstra2010-03-021-0/+2
| * | nmi_watchdog: Turn it off by defaultIngo Molnar2010-02-281-1/+0
| * | nmi_watchdog: Clean up various small detailsDon Zickus2010-02-254-37/+36
| * | nmi_watchdog: Fix undefined 'apic' build bugDon Zickus2010-02-191-0/+2
| * | nmi_watchdog: Properly configure for software eventsDon Zickus2010-02-171-5/+18
| * | nmi_watchdog: support for oprofileDon Zickus2010-02-171-62/+82
| * | nmi_watchdog: Fallback to software events when no hardware pmu detectedDon Zickus2010-02-141-2/+6
| * | nmi_watchdog: Compile and portability fixesDon Zickus2010-02-145-17/+82
| * | nmi_watchdog: Use a boolean config flag for compilingDon Zickus2010-02-143-2/+7
| * | nmi_watchdog: Only enable on x86 for nowIngo Molnar2010-02-091-0/+1
| * | nmi_watchdog: Config option to enable new nmi_watchdogDon Zickus2010-02-085-1/+26
| * | nmi_watchdog: Add new, generic implementation, using perf eventsDon Zickus2010-02-082-0/+305
| * | x86: Move notify_die from nmi.c to traps.cDon Zickus2010-02-082-7/+5
* | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2010-08-042-3/+16
|\ \ \
| * | | oprofile: make event buffer nonseekableArnd Bergmann2010-07-261-1/+2
| * | | powerpc/oprofile: fix potential buffer overrun in op_model_cell.cDenis Kirjanov2010-06-041-1/+1
| * | | Merge remote branch 'tip/perf/urgent' into oprofile/urgentRobert Richter2010-06-047968-270163/+609952
| |\ \ \
| * | | | Oprofile: Change CPUIDS from decimal to hex, and add some commentsJohn Villalovos2010-05-101-2/+14
* | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-08-036-18/+96
|\ \ \ \ \