aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar14-81/+115
2012-12-03treewide: Fix typos in various driversMasanari Iida1-1/+1
2012-11-23perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong1-0/+4
2012-11-23perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong1-51/+60
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells13-28/+46
2012-11-19perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo5-16/+23
2012-11-14perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim3-40/+30
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim5-0/+19
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim4-0/+54
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim6-12/+41
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2-5/+5
2012-11-14perf tools: Add basic event modifier sanity checkJiri Olsa2-1/+25
2012-11-14perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa1-0/+4
2012-11-14perf tools: Ensure single disable call per event in record comandJiri Olsa1-1/+4
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa4-3/+56
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa8-28/+20
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim1-43/+31
2012-11-14perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim1-5/+10
2012-11-14perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim1-1/+1
2012-11-14perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo1-3/+2
2012-11-14perf tools: Stop using 'self' in pstackArnaldo Carvalho de Melo1-23/+23
2012-11-14perf tests: Check for mkstemp return value in dso-data testJiri Olsa1-0/+4
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa8-33/+16
2012-11-14perf tests: Move pmu tests into separate objectJiri Olsa6-185/+191
2012-11-14perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa4-112/+119
2012-11-14perf tests: Move perf_evsel__tp_sched_test into separate objectJiri Olsa4-82/+87
2012-11-14perf tests: Move perf_evsel__roundtrip_name_test into separate objectJiri Olsa4-111/+117
2012-11-14perf tests: Move test__rdpmc into separate objectJiri Olsa4-168/+177
2012-11-14perf tests: Move test__PERF_RECORD into separate objectJiri Olsa4-307/+314
2012-11-14perf tests: Move test__basic_mmap into separate objectJiri Olsa4-157/+164
2012-11-14perf tests: Move test__open_syscall_event_on_all_cpus into separate objectJiri Olsa4-114/+122
2012-11-14perf tests: Move test__open_syscall_event into separate objectJiri Olsa5-84/+103
2012-11-14perf tests: Move test__vmlinux_matches_kallsyms into separate objectJiri Olsa4-221/+239
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim2-3/+53
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim1-0/+12
2012-11-09perf annotate: Whitespace fixupsNamhyung Kim1-7/+7
2012-11-09perf test: fix a build error on builtin-testZheng Liu1-26/+12
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo10-297/+318
2012-11-08perf diff: Use hists__link when not pairing just with baselineArnaldo Carvalho de Melo1-0/+2
2012-11-08perf hists: Introduce hists__linkArnaldo Carvalho de Melo2-0/+61
2012-11-08perf diff: Move hists__match to the hists libArnaldo Carvalho de Melo3-34/+40
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo4-18/+42
2012-11-08perf tools: Don't try to lookup objdump for live modeNamhyung Kim1-0/+7
2012-11-08perf tools: Add arbitary aliases and support names with -Andi Kleen1-0/+2
2012-11-08perf tools: Add LIBDW_DIR Makefile variable to for alternate libdwJiri Olsa1-2/+10
2012-11-08perf tests: Move attr.py temp dir cleanup into finally sectionJiri Olsa1-14/+16
2012-11-08perf hists: Free branch_info when freeing hist_entryNamhyung Kim1-0/+1