summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-03-19perf tools: Remove unused simple_strtoul() functionRamkumar Ramachandra1-6/+0
2014-03-19perf evsel: Update function names in debug messagesRamkumar Ramachandra1-2/+2
2014-03-19perf tools: Remove thread__find_map functionJiri Olsa1-6/+0
2014-03-19perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo1-5/+9
2014-03-19perf tools: Fix memory leak when synthesizing thread recordsNamhyung Kim1-3/+3
2014-03-19perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus1-2/+2
2014-03-19perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim1-1/+1
2014-03-19perf symbols: Apply all filters to an addr_locationNamhyung Kim1-10/+4
2014-03-19perf symbols: Record the reason for filtering an address_locationNamhyung Kim5-16/+24
2014-03-15perf machine: Factor machine__find_thread to take tid argumentJiri Olsa2-5/+11
2014-03-15perf tools: Speed up thread map generationDon Zickus1-8/+51
2014-03-15perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+40
2014-03-15perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim1-2/+4
2014-03-15perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo3-25/+34
2014-03-15perf session: Change header.misc dump from decimal to hexDon Zickus1-1/+1
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