aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim
2013-01-24perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa
2013-01-24perf tools: Add support for wildcard in tracepoint system nameJiri Olsa
2013-01-24perf tools: Add missing closedir in multi tracepoint processingJiri Olsa
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo
2013-01-24perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo
2013-01-24perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim
2013-01-24Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2013-01-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2013-01-22arm64: makefile: fix uname munging when setting ARCH on native machineWill Deacon
2013-01-10perf tools: Fix building from 'make perf-*-src-pkg' tarballsSebastian Andrzej Siewior
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-11perf top: Use perf_evlist__config()Arnaldo Carvalho de Melo
2012-12-11perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo
2012-12-11perf record: Pass perf_record_opts to the callchain cmdline parsing callbackArnaldo Carvalho de Melo
2012-12-11perf evsel: Decode read_format and sample_type in perf_evsel__fprintfArnaldo Carvalho de Melo
2012-12-11perf tools: Add install-bin Makefile targetArnaldo Carvalho de Melo
2012-12-11perf evsel: Adopt fprintf routine from 'perf evlist'Arnaldo Carvalho de Melo
2012-12-11perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo
2012-12-11perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}Arnaldo Carvalho de Melo
2012-12-11perf evsel: No need to always ask for PERF_FORMAT_ID in read_formatArnaldo Carvalho de Melo
2012-12-10perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo
2012-12-10perf test: Use perf_evsel__newtp constructor in the tracepoint testsArnaldo Carvalho de Melo
2012-12-10perf test: Fixup error reporting in basic mmap testArnaldo Carvalho de Melo
2012-12-10perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo
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