summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2014-11-18perf sort: Cleanup sort__has_sym settingNamhyung Kim1-4/+1
2014-11-18perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim1-1/+1
2014-11-18perf archive: Fix typo on DocumentationArnaldo Carvalho de Melo1-1/+1
2014-11-18perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim5-29/+47
2014-11-18perf sort: Separate out memory-specific sort keysNamhyung Kim3-16/+44
2014-11-18perf sort: Factor out common code in sort_dimension__add()Namhyung Kim1-24/+17
2014-11-18perf sort: Introduce sort__mode variableNamhyung Kim4-15/+24
2014-11-18perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2-12/+16
2014-11-18perf hists: Free unused mem info of a matched hist entryNamhyung Kim1-0/+6
2014-11-18perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim2-3/+20
2014-11-18perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu1-2/+2
2014-10-05perf kmem: Make it work again on non NUMA machinesJiri Olsa1-1/+1
2014-06-11perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern1-1/+1
2014-02-06perf kvm: Fix kvm report without guestmount.Dongsheng Yang1-1/+6
2014-01-25perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo1-1/+1
2013-12-04perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle3-4/+11
2013-10-01perf tools: Handle JITed code in shared memoryAndi Kleen1-0/+1
2013-08-04perf tools: Revert regression in configuration of Python supportMichael Witten1-1/+1
2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings1-12/+1
2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings1-4/+18
2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings1-4/+4
2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings1-3/+3
2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-04-12treewide: Fix typo in printksMasanari Iida2-2/+2
2013-04-01perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo1-4/+12
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo12-35/+43
2013-04-01perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo1-38/+6
2013-04-01perf python: Fix dependency for python/perf.soNaohiro Aota1-1/+1
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo1-2/+1
2013-04-01Revert "perf sched: Handle PERF_RECORD_EXIT events"Arnaldo Carvalho de Melo1-1/+0
2013-04-01perf tools: Fix output of symbol_daddr offsetNamhyung Kim1-1/+1
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian1-1/+9
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian7-0/+295
2013-04-01perf report: Add support for mem access profilingStephane Eranian1-4/+131
2013-04-01perf record: Add support for mem access profilingStephane Eranian1-0/+3
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian10-10/+525
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen17-22/+110
2013-03-26perf report: Add --no-demangle optionNamhyung Kim5-4/+15
2013-03-25perf stat: Add per-core aggregationStephane Eranian4-3/+92
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian2-3/+3
2013-03-25perf stat: Refactor aggregation codeStephane Eranian2-100/+147
2013-03-21perf tools: Cleanup calc_data_size logicNamhyung Kim1-9/+4
2013-03-21perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim1-15/+29
2013-03-21perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim1-23/+57
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-read.cNamhyung Kim1-33/+67
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim2-19/+31
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim1-42/+72
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim2-55/+127
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim1-18/+30