summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo-2/+2
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/+1
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-9/+84
2013-03-26perf report: Add --no-demangle optionNamhyung Kim-4/+9
2013-03-25perf stat: Add per-core aggregationStephane Eranian-0/+58
2013-03-25perf stat: Refactor aggregation codeStephane Eranian-12/+28
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-8/+0
2013-03-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-553/+371
2013-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-3/+4
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt-0/+7
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 tools: Remove duplicated page_size definitionNamhyung Kim-3/+0
2013-03-15perf tools: Remove unused macro definitionsNamhyung Kim-7/+0
2013-03-15perf tools: Remove unnecessary calc_data_size variableNamhyung Kim-7/+0
2013-03-15perf tools: Remove unused struct definitionsNamhyung Kim-12/+0
2013-03-15perf tools: Remove unused trace_read_data functionNamhyung Kim-201/+0
2013-03-15perf machine: Move machine__remove_thread and make staticDavid Ahern-12/+11
2013-03-15perf session: Remove unused perf_session__remove_thread methodDavid Ahern-13/+0
2013-03-15perf tools: Remove unused tracing functionsDavid Ahern-41/+0
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim-2/+6
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim-33/+98
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim-9/+13
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim-6/+27
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim-11/+53
2013-03-15perf annotate: Cleanup disasm__calc_percent()Namhyung Kim-15/+15
2013-03-15perf annotate: Factor out disasm__calc_percent()Namhyung Kim-19/+30
2013-03-15perf annotate: Add a comment on the symbol__parse_objdump_line()Namhyung Kim-0/+20
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim-36/+41
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim-3/+6
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim-5/+3
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim-1/+3
2013-03-15perf evlist: Add thread_map__nr() helperNamhyung Kim-14/+28
2013-03-15perf evlist: Use cpu_map__nr() helperNamhyung Kim-4/+4
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim-7/+5
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov-3/+33
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov-130/+7