aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-03-26perf report: Add --no-demangle optionNamhyung Kim
2013-03-25perf stat: Add per-core aggregationStephane Eranian
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian
2013-03-25perf stat: Refactor aggregation codeStephane Eranian
2013-03-21perf tools: Cleanup calc_data_size logicNamhyung Kim
2013-03-21perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim
2013-03-21perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-read.cNamhyung Kim
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim
2013-03-21perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim
2013-03-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2013-03-18perf tests: Add a test case for checking sw clock event frequencyNamhyung Kim
2013-03-18perf stat: Introduce evlist methods to allocate/free the statsArnaldo Carvalho de Melo
2013-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt
2013-03-15perf test: Add test case for checking number of EXIT eventsNamhyung Kim
2013-03-15perf tests: Fixup return path of perf record test caseNamhyung Kim
2013-03-15perf tests: Fixup return path of open-syscall-tp-fields test caseNamhyung Kim
2013-03-15perf record: Fixup return path of cmd_record()Namhyung Kim
2013-03-15perf trace: Free evlist resources properly on return pathNamhyung Kim
2013-03-15perf evlist: Introduce perf_evlist__close()Namhyung Kim
2013-03-15perf evsel: Cleanup perf_evsel__exit()Namhyung Kim
2013-03-15perf tests: Test breakpoint overflow signal handler countsJiri Olsa
2013-03-15perf tests: Test breakpoint overflow signal handlerJiri Olsa
2013-03-15perf tools: Remove duplicated page_size definitionNamhyung Kim
2013-03-15perf tools: Remove unused macro definitionsNamhyung Kim
2013-03-15perf tools: Remove unnecessary calc_data_size variableNamhyung Kim
2013-03-15perf tools: Remove unused struct definitionsNamhyung Kim
2013-03-15perf tools: Remove unused trace_read_data functionNamhyung Kim
2013-03-15perf report: Remove duplicated includeWei Yongjun
2013-03-15perf machine: Move machine__remove_thread and make staticDavid Ahern
2013-03-15perf session: Remove unused perf_session__remove_thread methodDavid Ahern
2013-03-15perf tools: Remove unused tracing functionsDavid Ahern
2013-03-15perf trace: Get rid of a duplicate codeNamhyung Kim
2013-03-15perf annotate browser: Support event group view on TUINamhyung Kim
2013-03-15perf annotate/gtk: Support event group view on GTKNamhyung Kim
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate browser: Make browser_disasm_line->percent an arrayNamhyung Kim
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim
2013-03-15perf annotate: Cleanup disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Factor out disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Add a comment on the symbol__parse_objdump_line()Namhyung Kim