summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2014-03-14perf bench: Fix NULL pointer dereference in "perf bench all"Patrick Palka-1/+1
2014-03-14perf bench numa: Make no args mean 'run all tests'Arnaldo Carvalho de Melo-0/+1
2014-03-10perf machine: Use map as success in ip__resolve_amsDon Zickus-1/+1
2014-03-10perf symbols: Fix crash in elf_section_by_nameJiri Olsa-3/+3
2014-03-10perf trace: Decode architecture-specific signal numbersBen Hutchings-1/+9
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa-1/+3
2014-02-27perf tools: fix BFD detection on opensuseAndi Kleen-2/+2
2014-02-24perf symbols: Destroy unused symsrcsNamhyung Kim-0/+2
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim-19/+38
2014-02-13perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64...Arnaldo Carvalho de Melo-0/+18
2014-02-10perf trace: Add fallback definition of EFD_SEMAPHOREBen Hutchings-0/+4
2014-02-10perf list: Fix checking for supported events on older kernelsVince Weaver-2/+15
2014-02-10perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa-0/+6
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu-1/+1
2014-01-31perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter-4/+29
2014-01-31perf tools: Adjust kallsyms for relocated kernelAdrian Hunter-2/+38
2014-01-31perf tests: No need to set up ref_reloc_symAdrian Hunter-10/+0
2014-01-31perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter-4/+21
2014-01-31perf record: Get ref_reloc_sym from kernel mapAdrian Hunter-30/+9
2014-01-31perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter-0/+25
2014-01-31perf machine: Add machine__get_kallsyms_filename()Adrian Hunter-8/+11
2014-01-31perf tools: Add kallsyms__get_function_start()Adrian Hunter-3/+18
2014-01-31perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter-2/+6
2014-01-31perf tools: Fix include for non x86 architecturesFrancesco Fusco-0/+6
2014-01-29perf tools: Fix AAAAARGH64 memory barriersPeter Zijlstra-2/+2
2014-01-27perf tools: Demangle kernel and kernel module symbols tooAvi Kivity-1/+1
2014-01-26perf/doc: Remove mention of non-existent set_perf_event_pending() from design...Baruch Siach-1/+0
2014-01-23perf symbols: Load map before using map->map_ip()Masami Hiramatsu-1/+2
2014-01-23perf tools: Fix traceevent plugin path definitionsJosh Boyer-1/+1
2014-01-21perf symbols: Fix JIT symbol resolution on heapNamhyung Kim-2/+2
2014-01-20perf stat: Fix memory corruption of xyarray when cpumask is usedStephane Eranian-2/+5
2014-01-20perf evsel: Remove duplicate member zeroing after freeStephane Eranian-1/+0
2014-01-20perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox-1/+1
2014-01-20perf stat: fix NULL pointer reference bug with event unitStephane Eranian-6/+22
2014-01-20perf tools: Add support for the xtensa architectureBaruch Siach-0/+7
2014-01-20perf session: Free cpu_map in perf_session__cpu_bitmapStanislav Fomichev-3/+7
2014-01-20perf timechart: Fix wrong SVG heightStanislav Fomichev-0/+3
2014-01-17perf tools: Remove unnecessary callchain cursor state restore on unmatchFrederic Weisbecker-3/+0
2014-01-17perf callchain: Spare double comparison of callchain first entryFrederic Weisbecker-10/+10
2014-01-16perf tools: Do proper comm override error handlingFrederic Weisbecker-11/+15
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu-69/+37
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu-5/+71
2014-01-16perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu-0/+13
2014-01-16perf tools: Add 'build-test' make targetNamhyung Kim-0/+6
2014-01-15perf hists: Convert hist entry functions to use struct he_statNamhyung Kim-11/+11
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim-36/+39
2014-01-15perf tools: Remove symbol_conf.use_callchain checkNamhyung Kim-2/+0
2014-01-15perf: tools: Fix cross buildingMark Rutland-7/+9
2014-01-15tools lib traceevent: Make plugin unload function receive peventNamhyung Kim-1/+1
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim-3/+3