summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-19perf, x86: Fix key indexing in Pentium-4 PMULin Ming1-1/+1
2010-03-18x86, perf: Fix few cosmetic dabs for P4 pmu (comments and constantify)Cyrill Gorcunov2-3/+3
2010-03-18perf_events: Fix resource leak in x86 __hw_perf_event_init()Stephane Eranian1-1/+4
2010-03-18perf, x86: Add cache events for the Pentium-4 PMULin Ming3-6/+159
2010-03-18perf, x86: Add a key to simplify template lookup in Pentium-4 PMULin Ming2-53/+38
2010-03-18perf events: Fix false positive build warning with older GCC'sIngo Molnar1-1/+1
2010-03-18x86, perf: Use apic_write unconditionallyCyrill Gorcunov2-6/+0
2010-03-18x86, apic: Allow to use certain functions without APIC built-in supportCyrill Gorcunov1-2/+11
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin5-193/+372
2010-03-18perf record: Enable counters only when kernel is execing subcommandZhang, Yanmin1-18/+15
2010-03-18perf stat: Enable counters when collecting process-wide or system-wide dataZhang, Yanmin1-10/+14
2010-03-17perf/core, x86: Remove duplicate perf_event_mask variableRobert Richter1-6/+3
2010-03-17perf/core, x86: Remove cpu_hw_events.interruptsRobert Richter1-1/+0
2010-03-17perf/core: Correct files in MAINTAINERS entryRobert Richter1-5/+5
2010-03-17perf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC macrosRobert Richter1-6/+9
2010-03-17perf probe: Fix !dwarf buildIngo Molnar1-0/+6
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu3-6/+201
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu3-13/+116
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu5-376/+589
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu4-8/+24
2010-03-17perf probe: Introduce die_find_child() functionMasami Hiramatsu1-56/+80
2010-03-17perf probe: Rename some die_get_* functionsMasami Hiramatsu1-8/+8
2010-03-17perf probe: Rename session to paramMasami Hiramatsu1-27/+27
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu3-126/+139
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu3-40/+24
2010-03-17perf tools: Introduce xzalloc() for detecting out of memory conditionsMasami Hiramatsu1-0/+9
2010-03-17Merge branch 'perf/urgent' into perf/coreIngo Molnar7-24/+32
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker3-1/+6
2010-03-17perf, x86: Report error code that returned from x86_pmu.hw_config()Robert Richter1-2/+3
2010-03-16perf top: Add missing initialization to zeroArnaldo Carvalho de Melo1-1/+1
2010-03-16kprobes: Hide CONFIG_OPTPROBES and set if arch supports optimized kprobesMasami Hiramatsu2-15/+4
2010-03-16perf probe: Use original address instead of CU-based addressMasami Hiramatsu2-10/+2
2010-03-16perf probe: Fix offset to allow signed valueMasami Hiramatsu1-2/+2
2010-03-16perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo3-10/+24
2010-03-16x86, perf: Fix comments in Pentium-4 PMU definitionsLin Ming1-2/+3
2010-03-16perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker3-1/+6
2010-03-15perf annotate: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo3-1/+12
2010-03-15perf top: Properly notify the user that vmlinux is missingArnaldo Carvalho de Melo3-21/+52
2010-03-15perf record: Enable the enable_on_exec flag if record forks the targetEric B Munson1-5/+8
2010-03-15perf, x86: Enable not tagged retired instruction counting on P4sCyrill Gorcunov2-9/+7
2010-03-13x86, perf: Unmask LVTPC only if we have APIC supportedCyrill Gorcunov1-0/+2
2010-03-13perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu1-1/+1
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu2-1/+3
2010-03-13perf tools: Fix non-newt buildArnaldo Carvalho de Melo3-2/+10
2010-03-12Merge branch 'perf/x86' into perf/coreIngo Molnar7-23/+1361
2010-03-12perf hist: Don't fprintf the callgraph unconditionallyArnaldo Carvalho de Melo1-13/+17
2010-03-12perf newt: Use newtGetScreenSizeArnaldo Carvalho de Melo1-10/+10
2010-03-12perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from formsArnaldo Carvalho de Melo1-4/+19
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo10-21/+270
2010-03-12perf tools: Add missing bytes printed in hist_entry__fprintfArnaldo Carvalho de Melo1-12/+12