summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-03-15perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim1-1/+3
2014-03-15perf ui/hists: Pass struct hpp to print functionsNamhyung Kim1-1/+7
2014-03-15perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim1-0/+6
2014-03-14perf tools: Fix synthesizing mmaps for threadsDon Zickus1-55/+56
2014-03-11perf tools: Disable user-space callchain/stack dumps for function trace eventsJiri Olsa2-11/+48
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar6-6/+19
2014-03-10perf machine: Use map as success in ip__resolve_amsDon Zickus1-1/+1
2014-03-10perf symbols: Fix crash in elf_section_by_nameJiri Olsa1-3/+3
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa1-1/+3
2014-02-24perf symbols: Check compatible symtab type before loading dsoNamhyung Kim1-9/+52
2014-02-24perf symbols: Check return value of filename__read_debuglink()Stephane Eranian2-2/+4
2014-02-24perf symbols: Destroy unused symsrcsNamhyung Kim1-0/+2
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim2-1/+10
2014-02-24perf tools: Add libdw DWARF post unwind supportJiri Olsa2-0/+231
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu3-8/+43
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu4-205/+204
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu1-83/+144
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu1-28/+55
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu3-101/+26
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu1-9/+49
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu1-3/+7
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu1-46/+26
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu4-90/+28
2014-02-18perf probe: Remove incorrect symbol check for --listMasami Hiramatsu1-8/+0
2014-02-18perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu1-48/+56
2014-02-18perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo2-2/+1
2014-02-18perf tools: Drop prefetch.hBorislav Petkov2-7/+0
2014-02-18perf tools: Move hash.h headerBorislav Petkov1-5/+0
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov8-147/+5
2014-02-18perf callchain: Separate perf_reg_value function in perf_regs objectJiri Olsa3-26/+44
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa1-2/+5
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa2-2/+2
2014-02-18perf callchain: Separate libunwind code to special objectJiri Olsa1-0/+0
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa6-26/+22
2014-02-18perf callchain: Do not report zero address in unwindJiri Olsa1-1/+1
2014-02-18perf tools: Fix dwarf unwind max_stack processingJiri Olsa1-1/+1
2014-02-18perf tools: Fix memory leak in event_format__print functionJiri Olsa1-0/+1
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa1-1/+1
2014-02-18perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa1-1/+1
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo3-11/+9
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo3-10/+8
2014-02-10perf list: Fix checking for supported events on older kernelsVince Weaver1-2/+15
2014-02-10perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa1-0/+6
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu1-1/+1
2014-02-01perf tools: Adjust kallsyms for relocated kernelAdrian Hunter1-2/+38
2014-02-01perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter1-4/+21
2014-02-01perf record: Get ref_reloc_sym from kernel mapAdrian Hunter2-22/+7
2014-02-01perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2-0/+25
2014-02-01perf machine: Add machine__get_kallsyms_filename()Adrian Hunter1-8/+11
2014-02-01perf tools: Add kallsyms__get_function_start()Adrian Hunter2-3/+18