summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa
2014-02-18perf callchain: Separate libunwind code to special objectJiri Olsa
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa
2014-02-18perf callchain: Do not report zero address in unwindJiri Olsa
2014-02-18perf tools: Fix dwarf unwind max_stack processingJiri Olsa
2014-02-18perf tools: Fix memory leak in event_format__print functionJiri Olsa
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa
2014-02-18perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-02-10perf list: Fix checking for supported events on older kernelsVince Weaver
2014-02-10perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu
2014-01-31perf tools: Adjust kallsyms for relocated kernelAdrian Hunter
2014-01-31perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter
2014-01-31perf record: Get ref_reloc_sym from kernel mapAdrian Hunter
2014-01-31perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter
2014-01-31perf machine: Add machine__get_kallsyms_filename()Adrian Hunter
2014-01-31perf tools: Add kallsyms__get_function_start()Adrian Hunter
2014-01-31perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter
2014-01-31perf tools: Fix include for non x86 architecturesFrancesco Fusco
2014-01-27perf tools: Demangle kernel and kernel module symbols tooAvi Kivity
2014-01-23perf symbols: Load map before using map->map_ip()Masami Hiramatsu
2014-01-21perf symbols: Fix JIT symbol resolution on heapNamhyung Kim
2014-01-20perf stat: Fix memory corruption of xyarray when cpumask is usedStephane Eranian
2014-01-20perf evsel: Remove duplicate member zeroing after freeStephane Eranian
2014-01-20perf tools: Ensure sscanf does not overrun the "mem" fieldAlan Cox
2014-01-20perf stat: fix NULL pointer reference bug with event unitStephane Eranian
2014-01-20perf session: Free cpu_map in perf_session__cpu_bitmapStanislav Fomichev
2014-01-17perf tools: Remove unnecessary callchain cursor state restore on unmatchFrederic Weisbecker
2014-01-17perf callchain: Spare double comparison of callchain first entryFrederic Weisbecker
2014-01-16perf tools: Do proper comm override error handlingFrederic Weisbecker
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu
2014-01-16perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu
2014-01-15perf hists: Convert hist entry functions to use struct he_statNamhyung Kim
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim
2014-01-15perf tools: Remove symbol_conf.use_callchain checkNamhyung Kim
2014-01-15tools lib traceevent: Make plugin unload function receive peventNamhyung Kim
2014-01-15perf tools: Fix build error due to zfree() castNamhyung Kim
2014-01-14perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo
2014-01-13perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo
2014-01-13perf diff: Color the Ratio columnRamkumar Ramachandra
2014-01-13perf tools: Generalize percent_color_snprintf()Ramkumar Ramachandra
2014-01-13perf record: Add --initial-delay optionAndi Kleen
2014-01-13perf tools: Use the DWARF unwind info only if loadedJean Pihet
2014-01-13tools include: Move perf's bug.h to a generic placeNamhyung Kim
2014-01-13tools include: Move perf's linux/compiler.h to a generic placeNamhyung Kim
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo