summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo2013-01-242-5/+28
* perf diff: Use internal rb tree for compute resortNamhyung Kim2013-01-242-1/+2
* perf hists: Link hist entries before inserting to an output treeNamhyung Kim2013-01-241-12/+37
* perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2013-01-241-3/+9
* perf top: Use perf_evlist__config()Arnaldo Carvalho de Melo2012-12-112-17/+13
* perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo2012-12-111-0/+5
* perf evsel: Decode read_format and sample_type in perf_evsel__fprintfArnaldo Carvalho de Melo2012-12-111-2/+50
* perf evsel: Adopt fprintf routine from 'perf evlist'Arnaldo Carvalho de Melo2012-12-112-0/+85
* perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo2012-12-112-4/+10
* perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}Arnaldo Carvalho de Melo2012-12-111-2/+0
* perf evsel: No need to always ask for PERF_FORMAT_ID in read_formatArnaldo Carvalho de Melo2012-12-112-3/+2
* perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo2012-12-102-0/+8
* perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo2012-12-103-14/+44
* perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo2012-12-097-746/+756
* perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo2012-12-096-18/+18
* perf diff: Remove displacement output optionJiri Olsa2012-12-091-1/+0
* perf tools: Fix TUI helpline outputArnaldo Carvalho de Melo2012-12-091-1/+1
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-091-1/+2
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-091-3/+4
* perf diff: Remove displacement from struct hist_entry_diffJiri Olsa2012-12-091-3/+0
* perf evsel: Convert to _is_group_leader methodNamhyung Kim2012-12-093-7/+7
* 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: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-091-2/+9
* perf tools: Fix mmap limitations on 32-bitDavid Miller2012-12-092-12/+14
* perf session: Free environment information when deleting sessionNamhyung Kim2012-12-091-0/+17
* perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim2012-12-091-4/+2
* perf ui: Always compile error printing codeNamhyung Kim2012-12-092-53/+2
* perf symbols: Fix dso__fprintf() print statementStephane Eranian2012-12-091-1/+1
* Merge branch 'linus' into perf/coreIngo Molnar2012-12-089-12/+14
|\
| * perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells2012-11-198-9/+10
| * 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-143-5/+11
* | perf ui: Always compile browser setup codeNamhyung Kim2012-11-141-38/+1
* | perf ui: Add ui_progress__finish()Namhyung Kim2012-11-142-0/+2
* | 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: Fix 'disabled' attribute config for record commandJiri Olsa2012-11-141-1/+41
* | perf tools: Fix attributes for '{}' defined event groupsJiri Olsa2012-11-143-11/+6
* | perf tools: Use sscanf for parsing /proc/pid/mapsNamhyung Kim2012-11-141-43/+31
* | perf tools: Fix compile error on NO_NEWT=1 buildNamhyung Kim2012-11-141-1/+1
* | perf hists: Initialize all of he->stat with zeroesArnaldo Carvalho de Melo2012-11-141-3/+2
* | perf tools: Stop using 'self' in pstackArnaldo Carvalho de Melo2012-11-141-23/+23
* | perf tests: Final cleanup for builtin-test moveJiri Olsa2012-11-142-2/+0
* | perf tests: Move pmu tests into separate objectJiri Olsa2012-11-142-179/+10
* | perf annotate: Merge same lines in summary viewNamhyung Kim2012-11-092-3/+53
* | perf annotate: Whitespace fixupsNamhyung Kim2012-11-091-7/+7