summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-12perf top: Export get_window_dimensionsArnaldo Carvalho de Melo2-1/+5
2010-03-12perf symbols: Bump plt synthesizing warning debug levelArnaldo Carvalho de Melo1-2/+2
2010-03-11perf record: Mention paranoid sysctl when failing to create counterArnaldo Carvalho de Melo1-1/+2
2010-03-11perf record: Don't try to find buildids in a zero sized fileArnaldo Carvalho de Melo1-0/+3
2010-03-11perf_events: Improve task_sched_in()eranian@google.com1-0/+4
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong2-0/+2
2010-03-11perf, x86: Fix hw_perf_enable() event assignmentPeter Zijlstra1-9/+3
2010-03-11perf, ppc: Fix compile error due to new cpu notifiersPeter Zijlstra2-1/+2
2010-03-11perf: Make the install relative to DESTDIR if specifiedJohn Kacur2-2/+6
2010-03-11kprobes: Calculate the index correctly when freeing the out-of-line execution...Masami Hiramatsu1-1/+2
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras6-13/+81
2010-03-11perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras1-1/+12
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker10-119/+119
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker6-14/+19
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker4-1/+73
2010-03-10perf/x86-64: Use frame pointer to walk on irq and process stacksFrederic Weisbecker1-2/+2
2010-03-10lockdep: Move lock events under lockdep recursion protectionFrederic Weisbecker1-6/+3
2010-03-10perf report: Print the map table just after samples for which no map was foundArnaldo Carvalho de Melo3-3/+11
2010-03-10perf report: Add multiple event supportEric B Munson1-15/+100
2010-03-10perf session: Change perf_session post processing functions to take histogram...Eric B Munson5-32/+38
2010-03-10perf session: Add storage for seperating event types in reportEric B Munson3-0/+11
2010-03-10perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson5-7/+10
2010-03-10perf record: Add ID and to recorded event data when recording multiple eventsEric B Munson1-0/+3
2010-03-10perf probe: Add missing variable initializationArnaldo Carvalho de Melo1-1/+1
2010-03-10perf tools: Don't trow away old map slices not overlapped by new mapsArnaldo Carvalho de Melo1-3/+32
2010-03-10perf, x86: Fix the !CONFIG_CPU_SUP_INTEL buildIngo Molnar1-1/+1
2010-03-10perf, x86: Add INSTRUCTION_DECODER config flagIngo Molnar2-1/+4
2010-03-10perf, x86: Fix LBR read-outPeter Zijlstra1-2/+2
2010-03-10perf, x86: Fixup the PEBS handler for Core2 cpusPeter Zijlstra1-14/+24
2010-03-10perf, x86: Remove checking_{wr,rd}msr() usagePeter Zijlstra2-9/+20
2010-03-10perf, x86: Don't reset the LBR as frequentlyPeter Zijlstra1-5/+4
2010-03-10perf, x86: Fix silly bug in intel_pmu_pebs_{enable,disable}Peter Zijlstra1-5/+3
2010-03-10perf, x86: Deal with multiple state bits for pebs-fmt1Peter Zijlstra1-3/+13
2010-03-10perf, x86: Reorder intel_pmu_enable_all()Peter Zijlstra1-3/+2
2010-03-10perf, x86: Fix LBR enable/disable vs cpuc->enabledPeter Zijlstra1-3/+4
2010-03-10perf, x86: Fix PEBS enable/disable vs cpuc->enabledPeter Zijlstra1-2/+3
2010-03-10perf, x86: Fix pebs drainsPeter Zijlstra1-12/+3
2010-03-10perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra1-3/+2
2010-03-10perf, x86: Robustify PEBS fixupPeter Zijlstra1-2/+19
2010-03-10perf, x86: Clear the LBRs on initPeter Zijlstra2-2/+19
2010-03-10perf, x86: Disable PEBS on clovertown chipsPeter Zijlstra2-0/+31
2010-03-10perf, x86: Fix silly bug in data store buffer allocationPeter Zijlstra1-3/+1
2010-03-10x86: Move MAX_INSN_SIZE into asm/insn.hPeter Zijlstra3-3/+3
2010-03-10perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAWPeter Zijlstra1-0/+14
2010-03-10perf, x86: Clean up IA32_PERF_CAPABILITIES usagePeter Zijlstra4-31/+42
2010-03-10perf-top: Show the percentage of successfull PEBS-fixupsPeter Zijlstra1-3/+9
2010-03-10perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra5-39/+144
2010-03-10perf, x86: Implement simple LBR supportPeter Zijlstra4-0/+270
2010-03-10perf: Add attr->precise support to raw event parsingPeter Zijlstra1-0/+4
2010-03-10perf, x86: Add PEBS infrastructurePeter Zijlstra4-262/+671