summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus3-78/+82
2014-04-22perf kmem: Utilize the new generic cpunode_mapDon Zickus1-75/+3
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-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar2-2/+3
2014-04-16perf sched: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf lock: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf mem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-8/+9
2014-04-16perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2-5/+7
2014-04-16perf tools: Show absolute percentage by defaultNamhyung Kim1-1/+0
2014-04-16perf ui/tui: Add 'F' hotkey to toggle percentage outputNamhyung Kim1-0/+4
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim4-0/+15
2014-04-16perf diff: Add --percentage optionNamhyung Kim2-11/+40
2014-04-16perf top: Add --percentage optionNamhyung Kim5-20/+37
2014-04-16perf report: Add --percentage optionNamhyung Kim9-46/+106
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim4-3/+26
2014-04-15perf tools: Instead of redirecting flex output, use -oCody P Schafer1-2/+2
2014-04-15perf tools: Fix double free in perf test 21 (code-reading.c)Adrian Hunter1-0/+1
2014-04-14Merge branch 'perf-core-for-mingo' into perf/urgentIngo Molnar6-12/+48
2014-04-14perf stat: Initialize statistics correctlyAndi Kleen1-2/+9
2014-04-14perf bench: Set more defaults in the 'numa' suiteRamkumar Ramachandra1-0/+4
2014-04-14perf bench: Fix segfault at the end of an 'all' executionRamkumar Ramachandra1-1/+1
2014-04-14perf bench: Update manpage to mention numa and futexRamkumar Ramachandra1-0/+22
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-04-14perf tools: Pick up libdw without explicit LIBDW_DIRRamkumar Ramachandra1-3/+2
2014-04-14perf callchains: Disable unwind libraries when libelf isn't foundArnaldo Carvalho de Melo1-0/+2
2014-04-14perf top: Fix documentation of invalid -s optionNamhyung Kim1-1/+0
2014-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-1/+10
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds88-1295/+2819
2014-03-19perf tools: Remove unused simple_strtoul() functionRamkumar Ramachandra1-6/+0
2014-03-19perf tools: Update some code references in design.txtRamkumar Ramachandra1-6/+6
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 report: Use ui__has_annotation()Namhyung Kim1-1/+1
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 Zickus2-2/+3
2014-03-19perf report: Merge al->filtered with hist_entry->filteredNamhyung Kim2-2/+2
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 Kim6-17/+25
2014-03-19perf sched: Fixup header alignment in 'latency' outputRamkumar Ramachandra1-5/+5
2014-03-19perf timechart: Fix off-by-one error in 'record' argv handlingRamkumar Ramachandra1-1/+1
2014-03-15perf machine: Factor machine__find_thread to take tid argumentJiri Olsa3-6/+12
2014-03-15perf tools: Speed up thread map generationDon Zickus1-8/+51
2014-03-15perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra4-13/+46
2014-03-15perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim5-24/+21
2014-03-15perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo3-25/+34