summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2012-10-31perf tools: Remove BINDIR define from exec_cmd.o compilationJiri Olsa
2012-10-31perf annotate: Handle XBEGIN like a jumpAndi Kleen
2012-10-31perf tools: Handle --version string generation on machines without gitArnaldo Carvalho de Melo
2012-10-31perf tools: Further speed up the perf buildIngo Molnar
2012-10-31perf tools: Speed up the perf build time by simplifying the perf --version st...Ingo Molnar
2012-10-31perf tools: Add info about cross compiling for Android ARMJoonsoo Kim
2012-10-31perf tools: Warn about missing libelfNamhyung Kim
2012-10-29perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo
2012-10-29perf record: Fix mmap error output conditionJiri Olsa
2012-10-29perf header: Add is_perf_magic() funcFeng Tang
2012-10-29perf hists browser: Integrate script browser into main hists browserFeng Tang
2012-10-29perf annotate browser: Integrate script browser into annotation browserFeng Tang
2012-10-29perf scripts browser: Add a browser for perf scriptFeng Tang
2012-10-29perf script: Add more filter to find_scripts()Feng Tang
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-29perf tools: Move dso_* related functions into dso objectJiri Olsa
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa
2012-10-28perf tools: Move parse_events error printing to parse_events_optionsAndi Kleen
2012-10-26perf stat: Add --pre and --post commandPeter Zijlstra
2012-10-26perf inject: Mark a dso if it's usedAndrew Vagin