summary refs log tree commit diff
path: root/tools
AgeCommit message (Expand)Author
2012-11-09tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo
2012-11-09tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo
2012-11-09tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim
2012-11-09perf annotate: Whitespace fixupsNamhyung Kim
2012-11-09perf test: fix a build error on builtin-testZheng Liu
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo
2012-11-08perf diff: Use hists__link when not pairing just with baselineArnaldo Carvalho de Melo
2012-11-08perf hists: Introduce hists__linkArnaldo Carvalho de Melo
2012-11-08perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo
2012-11-08perf tools: Don't try to lookup objdump for live modeNamhyung Kim
2012-11-08perf tools: Add arbitary aliases and support names with -Andi Kleen
2012-11-08perf tools: Add LIBDW_DIR Makefile variable to for alternate libdwJiri Olsa
2012-11-08perf tests: Move attr.py temp dir cleanup into finally sectionJiri Olsa
2012-11-08perf hists: Free branch_info when freeing hist_entryNamhyung Kim
2012-11-08perf tools: Fix detection of stack areaNamhyung Kim
2012-11-08perf machine: Set kernel data mapping lengthNamhyung Kim
2012-11-05perf tests: Removing 'optional' fieldJiri Olsa
2012-11-05perf tests: Fix attr watermark field name typoJiri Olsa
2012-11-05perf tests: Factor attr tests WRITE_ASS macroJiri Olsa
2012-11-05perf tests: Add missing attr stat basic testJiri Olsa
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim
2012-11-05perf tools: Use normalized arch name for searching objdump pathNamhyung Kim
2012-11-05perf tests: Add documentation for attr testsJiri Olsa
2012-11-05perf tests: Add attr stat default testJiri Olsa
2012-11-05perf tests: Add attr stat default testJiri Olsa
2012-11-05perf tests: Add attr stat event syntax group testJiri Olsa
2012-11-05perf tests: Add attr stat group testJiri Olsa
2012-11-05perf tests: Add attr stat no-inherit testJiri Olsa
2012-11-05perf tests: Add attr record branch filter testsJiri Olsa
2012-11-05perf tests: Add attr record branch any testJiri Olsa
2012-11-05perf tests: Add attr record no delay testJiri Olsa
2012-11-05perf tests: Add attr record raw testJiri Olsa
2012-11-05perf tests: Add attr record data testJiri Olsa
2012-11-01perf tests: Add attr record no-inherit testJiri Olsa
2012-11-01perf tests: Add attr record no samples testJiri Olsa
2012-11-01perf tests: Add attr record period testJiri Olsa
2012-11-01perf tests: Add attr record graph testJiri Olsa
2012-11-01perf tests: Add attr record count testJiri Olsa
2012-11-01perf tests: Add attr record freq testJiri Olsa
2012-11-01perf tests: Add attr record event syntax group testJiri Olsa
2012-11-01perf tests: Add attr record group testJiri Olsa
2012-11-01perf tests: Add attr tests under builtin test commandJiri Olsa
2012-11-01perf tests: Add attr record basic testJiri Olsa
2012-10-31perf tests: Add framework for automated perf_event_attr testsJiri Olsa
2012-10-31perf tests: Move test objects into 'tests' directoryJiri Olsa
2012-10-31perf browser: Don't show scripts menu for 'perf top'Feng Tang