summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo2012-12-115-14/+13
* perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}Arnaldo Carvalho de Melo2012-12-114-7/+5
* perf evsel: No need to always ask for PERF_FORMAT_ID in read_formatArnaldo Carvalho de Melo2012-12-115-4/+7
* perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo2012-12-104-6/+11
* perf test: Use perf_evsel__newtp constructor in the tracepoint testsArnaldo Carvalho de Melo2012-12-106-89/+17
* perf test: Fixup error reporting in basic mmap testArnaldo Carvalho de Melo2012-12-101-1/+3
* perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo2012-12-106-23/+54
* perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo2012-12-097-746/+756
* perf buildid-cache: Add option to show build ids that are missing in the cacheArnaldo Carvalho de Melo2012-12-092-2/+49
* perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo2012-12-097-19/+24
* perf diff: Remove displacement output optionJiri Olsa2012-12-094-52/+7
* perf buildid-list: We need to check if a file is ELF firstArnaldo Carvalho de Melo2012-12-091-8/+6
* perf tools: Fix TUI helpline outputArnaldo Carvalho de Melo2012-12-091-1/+1
* perf tools: Don't check configuration on make tagsArnaldo Carvalho de Melo2012-12-092-0/+6
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-093-24/+19
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-093-39/+46
* perf diff: Remove displacement from struct hist_entry_diffJiri Olsa2012-12-091-3/+0
* perf evsel: Convert to _is_group_leader methodNamhyung Kim2012-12-095-18/+18
* perf evsel: Set leader evsel's ->leader to itselfNamhyung Kim2012-12-093-2/+2
* perf hists: Link hist entry pairs to leaderNamhyung Kim2012-12-091-2/+2
* perf hists: Fix typo on hist__entry_add_pairNamhyung Kim2012-12-092-3/+3
* perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim2012-12-091-0/+11
* perf hists: Fix period symbol_conf.field_sep displayJiri Olsa2012-12-091-1/+5
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-098-96/+101
* perf tools: Fix mmap limitations on 32-bitDavid Miller2012-12-092-12/+14
* perf top: Add missing newline on pr_err callArnaldo Carvalho de Melo2012-12-091-1/+1
* perf session: Free environment information when deleting sessionNamhyung Kim2012-12-091-0/+17
* perf tools: Don't check configuration on make cleanNamhyung Kim2012-12-092-12/+18
* perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim2012-12-095-49/+43
* perf ui: Always compile error printing codeNamhyung Kim2012-12-094-62/+17
* perf symbols: Fix dso__fprintf() print statementStephane Eranian2012-12-091-1/+1
* Merge branch 'linus' into perf/coreIngo Molnar2012-12-0814-81/+115
|\
| * perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong2012-11-241-0/+4
| * perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong2012-11-231-51/+60
| * perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells2012-11-1913-28/+46
| * perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu2012-11-191-1/+1
| * perf tools: Fix strbuf_addf() when the buffer needs to growNamhyung Kim2012-10-301-4/+4
| * perf header: Fix numa topology printingNamhyung Kim2012-10-301-0/+2
* | perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo2012-11-145-16/+23
* | perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu2012-11-141-1/+1
* | perf ui: Always compile browser setup codeNamhyung Kim2012-11-143-40/+30
* | perf ui: Add ui_progress__finish()Namhyung Kim2012-11-145-0/+19
* | perf ui gtk: Implement ui_progress functionsNamhyung Kim2012-11-144-0/+54
* | perf ui: Introduce generic ui_progress helperNamhyung Kim2012-11-146-12/+41
* | perf ui tui: Move progress.c under ui/tui directoryNamhyung Kim2012-11-142-5/+5
* | perf tools: Add basic event modifier sanity checkJiri Olsa2012-11-142-1/+25
* | perf tools: Omit group members from perf_evlist__disable/enableJiri Olsa2012-11-141-0/+4
* | perf tools: Ensure single disable call per event in record comandJiri Olsa2012-11-141-1/+4
* | perf tools: Fix 'disabled' attribute config for record commandJiri Olsa2012-11-144-3/+56
* | perf tools: Fix attributes for '{}' defined event groupsJiri Olsa2012-11-148-28/+20