summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings-12/+1
2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings-4/+18
2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings-4/+4
2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings-3/+3
2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2013-04-12treewide: Fix typo in printksMasanari Iida-2/+2
2013-04-01perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo-4/+12
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo-35/+43
2013-04-01perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo-38/+6
2013-04-01perf python: Fix dependency for python/perf.soNaohiro Aota-1/+1
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo-2/+1
2013-04-01Revert "perf sched: Handle PERF_RECORD_EXIT events"Arnaldo Carvalho de Melo-1/+0
2013-04-01perf tools: Fix output of symbol_daddr offsetNamhyung Kim-1/+1
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian-1/+9
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian-0/+295
2013-04-01perf report: Add support for mem access profilingStephane Eranian-4/+131
2013-04-01perf record: Add support for mem access profilingStephane Eranian-0/+3
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian-10/+525
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen-22/+110
2013-03-26perf report: Add --no-demangle optionNamhyung Kim-4/+15
2013-03-25perf stat: Add per-core aggregationStephane Eranian-3/+92
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian-3/+3
2013-03-25perf stat: Refactor aggregation codeStephane Eranian-100/+147
2013-03-21perf tools: Cleanup calc_data_size logicNamhyung Kim-9/+4
2013-03-21perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim-15/+29
2013-03-21perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim-23/+57
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-read.cNamhyung Kim-33/+67
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim-19/+31
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim-42/+72
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim-55/+127
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim-18/+30
2013-03-21perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim-3/+22
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim-10/+0
2013-03-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-784/+1309
2013-03-18perf tests: Add a test case for checking sw clock event frequencyNamhyung Kim-0/+125
2013-03-18perf stat: Introduce evlist methods to allocate/free the statsArnaldo Carvalho de Melo-24/+43
2013-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-6/+39
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt-6/+48
2013-03-15perf test: Add test case for checking number of EXIT eventsNamhyung Kim-0/+129
2013-03-15perf tests: Fixup return path of perf record test caseNamhyung Kim-1/+3
2013-03-15perf tests: Fixup return path of open-syscall-tp-fields test caseNamhyung Kim-2/+6
2013-03-15perf record: Fixup return path of cmd_record()Namhyung Kim-1/+4
2013-03-15perf trace: Free evlist resources properly on return pathNamhyung Kim-5/+11
2013-03-15perf evlist: Introduce perf_evlist__close()Namhyung Kim-7/+13
2013-03-15perf evsel: Cleanup perf_evsel__exit()Namhyung Kim-3/+2
2013-03-15perf tests: Test breakpoint overflow signal handler countsJiri Olsa-0/+132
2013-03-15perf tests: Test breakpoint overflow signal handlerJiri Olsa-0/+192
2013-03-15perf tools: Remove duplicated page_size definitionNamhyung Kim-3/+0
2013-03-15perf tools: Remove unused macro definitionsNamhyung Kim-7/+0