aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16perf session: Fix possible null pointer dereference in session.cMasanari Iida1-2/+3
2014-05-12perf tools: Use tid for finding threadNamhyung Kim2-2/+2
2014-05-05perf tools: Move perf_call_graph_mode enum from perf.hJiri Olsa1-0/+7
2014-05-05perf tools: Move sample data structures from perf.hJiri Olsa2-0/+25
2014-05-01tools: Consolidate types.hBorislav Petkov22-69/+24
2014-05-01tools: Unify export.hBorislav Petkov1-6/+0
2014-05-01Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/coreIngo Molnar4-5/+19
2014-05-01Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-4/+12
2014-04-30perf machine: Search for modules in %s/lib/modules/%sRichard Yao1-4/+12
2014-04-29perf tools: Move u64_swap unionBorislav Petkov2-5/+5
2014-04-29perf tools: Parse tracepoints with '-' in system nameAlexander Yarygin1-0/+12
2014-04-29perf tools: Handle EINTR error for readn/writenNamhyung Kim1-0/+2
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa3-13/+47
2014-04-28perf tools: Reference count map_groups objectsArnaldo Carvalho de Melo3-1/+17
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo5-8/+33
2014-04-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/coreIngo Molnar2-30/+62
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-1/+10
2014-04-24perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim1-0/+6
2014-04-24perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim1-2/+9
2014-04-24perf tools: Account entry stats when it's added to the output treeNamhyung Kim1-1/+0
2014-04-24perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim1-2/+2
2014-04-24perf hists: Add a couple of hists stat helper functionsNamhyung Kim2-21/+39
2014-04-24perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim1-1/+3
2014-04-24perf hists: Rename hists__inc_stats()Namhyung Kim2-4/+4
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-20perf tools: Improve error reportingAdrien BAK1-1/+8
2014-04-20perf tools: Adjust symbols in VDSOVladimir Nikulichev1-0/+2
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-18perf tools: Remove unused simple_strtoul() functionRamkumar Ramachandra1-6/+0
2014-03-18perf evsel: Update function names in debug messagesRamkumar Ramachandra1-2/+2
2014-03-18perf tools: Remove thread__find_map functionJiri Olsa1-6/+0
2014-03-18perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo1-5/+9
2014-03-18perf tools: Fix memory leak when synthesizing thread recordsNamhyung Kim1-3/+3
2014-03-18perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus1-2/+2
2014-03-18perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim1-1/+1
2014-03-18perf symbols: Apply all filters to an addr_locationNamhyung Kim1-10/+4
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim5-16/+24
2014-03-14perf machine: Factor machine__find_thread to take tid argumentJiri Olsa2-5/+11
2014-03-14perf tools: Speed up thread map generationDon Zickus1-8/+51
2014-03-14perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+40