summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-03-18x86, perf: Fix few cosmetic dabs for P4 pmu (comments and constantify)Cyrill Gorcunov
2010-03-18perf_events: Fix resource leak in x86 __hw_perf_event_init()Stephane Eranian
2010-03-18perf, x86: Add cache events for the Pentium-4 PMULin Ming
2010-03-18perf, x86: Add a key to simplify template lookup in Pentium-4 PMULin Ming
2010-03-18perf events: Fix false positive build warning with older GCC'sIngo Molnar
2010-03-18x86, perf: Use apic_write unconditionallyCyrill Gorcunov
2010-03-18x86, apic: Allow to use certain functions without APIC built-in supportCyrill Gorcunov
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin
2010-03-18perf record: Enable counters only when kernel is execing subcommandZhang, Yanmin
2010-03-18perf stat: Enable counters when collecting process-wide or system-wide dataZhang, Yanmin
2010-03-17perf/core, x86: Remove duplicate perf_event_mask variableRobert Richter
2010-03-17perf/core, x86: Remove cpu_hw_events.interruptsRobert Richter
2010-03-17perf/core: Correct files in MAINTAINERS entryRobert Richter
2010-03-17perf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC macrosRobert Richter
2010-03-17perf probe: Fix !dwarf buildIngo Molnar
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu
2010-03-17perf probe: Introduce die_find_child() functionMasami Hiramatsu
2010-03-17perf probe: Rename some die_get_* functionsMasami Hiramatsu
2010-03-17perf probe: Rename session to paramMasami Hiramatsu
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu
2010-03-17perf tools: Introduce xzalloc() for detecting out of memory conditionsMasami Hiramatsu
2010-03-17Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker
2010-03-17perf, x86: Report error code that returned from x86_pmu.hw_config()Robert Richter
2010-03-16perf top: Add missing initialization to zeroArnaldo Carvalho de Melo
2010-03-16kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobesMasami Hiramatsu
2010-03-16perf probe: Use original address instead of CU-based addressMasami Hiramatsu
2010-03-16perf probe: Fix offset to allow signed valueMasami Hiramatsu
2010-03-16perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo
2010-03-16x86, perf: Fix comments in Pentium-4 PMU definitionsLin Ming
2010-03-16perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker
2010-03-15perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo
2010-03-15perf top: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo
2010-03-15perf record: Enable the enable_on_exec flag if record forks the targetEric B Munson
2010-03-15perf, x86: Enable not tagged retired instruction counting on P4sCyrill Gorcunov
2010-03-13x86, perf: Unmask LVTPC only if we have APIC supportedCyrill Gorcunov
2010-03-13perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu
2010-03-13perf tools: Fix non-newt buildArnaldo Carvalho de Melo
2010-03-12Merge branch 'perf/x86' into perf/coreIngo Molnar
2010-03-12perf hist: Don't fprintf the callgraph unconditionallyArnaldo Carvalho de Melo
2010-03-12perf newt: Use newtGetScreenSizeArnaldo Carvalho de Melo
2010-03-12perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from formsArnaldo Carvalho de Melo
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo
2010-03-12perf tools: Add missing bytes printed in hist_entry__fprintfArnaldo Carvalho de Melo
2010-03-12perf tools: Use eprintf for pr_{err,warning,info} tooArnaldo Carvalho de Melo