summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus2-0/+79
2014-04-22perf tools: Use cpu/possible instead of cpu/kernel_maxDon Zickus1-1/+1
2014-04-22perf tools: Allow ability to map cpus to nodes easilyDon Zickus2-0/+195
2014-04-22perf tools: Fix pmu object compilation errorJiri Olsa1-3/+3
2014-04-16perf tools: Show absolute percentage by defaultNamhyung Kim1-1/+0
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim3-0/+13
2014-04-16perf top: Add --percentage optionNamhyung Kim2-0/+18
2014-04-16perf report: Add --percentage optionNamhyung Kim4-20/+24
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim2-3/+17
2014-04-14perf probe: Use dwarf_getcfi_elf() instead of dwarf_getcfi()Namhyung Kim1-1/+1
2014-04-14perf probe: Fix to handle errors in line_range searchingMasami Hiramatsu1-3/+4
2014-04-14perf probe: Fix --line option behaviorNamhyung Kim1-2/+4
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