summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo
2012-12-09perf buildid-cache: Add option to show build ids that are missing in the cacheArnaldo Carvalho de Melo
2012-12-09perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo
2012-12-09perf diff: Remove displacement output optionJiri Olsa
2012-12-09perf buildid-list: We need to check if a file is ELF firstArnaldo Carvalho de Melo
2012-12-09perf tools: Fix TUI helpline outputArnaldo Carvalho de Melo
2012-12-09perf tools: Don't check configuration on make tagsArnaldo Carvalho de Melo
2012-12-09perf diff: Change formula methods to work with pair directlyJiri Olsa
2012-12-09perf diff: Change compute methods to work with pair directlyJiri Olsa
2012-12-09perf diff: Remove displacement from struct hist_entry_diffJiri Olsa
2012-12-09perf evsel: Convert to _is_group_leader methodNamhyung Kim
2012-12-09perf evsel: Set leader evsel's ->leader to itselfNamhyung Kim
2012-12-09perf hists: Link hist entry pairs to leaderNamhyung Kim
2012-12-09perf hists: Fix typo on hist__entry_add_pairNamhyung Kim
2012-12-09perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim
2012-12-09perf hists: Fix period symbol_conf.field_sep displayJiri Olsa
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa
2012-12-09perf tools: Fix mmap limitations on 32-bitDavid Miller
2012-12-09perf top: Add missing newline on pr_err callArnaldo Carvalho de Melo
2012-12-09perf session: Free environment information when deleting sessionNamhyung Kim
2012-12-09perf tools: Don't check configuration on make cleanNamhyung Kim
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim
2012-12-09perf ui: Always compile error printing codeNamhyung Kim
2012-12-09perf symbols: Fix dso__fprintf() print statementStephane Eranian
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar
2012-11-23perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong
2012-11-23perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells
2012-11-19perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo
2012-11-14perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim
2012-11-14perf ui: Introduce generic ui_progress helperNamhyung Kim
2012-11-14perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim
2012-11-14perf tools: Add basic event modifier sanity checkJiri Olsa
2012-11-14perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa
2012-11-14perf tools: Ensure single disable call per event in record comandJiri Olsa
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa
2012-11-14perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim
2012-11-14perf tools: Add gtk.<command> config option for launching GTK browserNamhyung Kim
2012-11-14perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim
2012-11-14perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo
2012-11-14perf tools: Stop using 'self' in pstackArnaldo Carvalho de Melo
2012-11-14perf tests: Check for mkstemp return value in dso-data testJiri Olsa
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa
2012-11-14perf tests: Move pmu tests into separate objectJiri Olsa
2012-11-14perf tests: Move test__syscall_open_tp_fields into separate objectJiri Olsa