summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2013-01-24perf ui/gtk: Factor out common browser routinesNamhyung Kim4-223/+240
2013-01-24perf script: use ARRAY_SIZE instead of reinventing itSasha Levin1-1/+1
2013-01-24perf kmem: use ARRAY_SIZE instead of reinventing itSasha Levin1-2/+1
2013-01-24perf tools: remove redundant checks from _sort__sym_cmpSasha Levin1-4/+2
2013-01-24perf tests: Don't fail if a matching vmlinux isn't found, skip that testArnaldo Carvalho de Melo1-1/+2
2013-01-24perf tests: Add return states enum for testsJiri Olsa2-3/+18
2013-01-24perf kvm: Initialize file_name var to fix segfaultArnaldo Carvalho de Melo1-2/+1
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo5-21/+5
2013-01-24perf tests: Fix PYTHONPATH for python-use test tracepointsJiri Olsa1-1/+1
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo9-81/+95
2013-01-24perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo6-33/+34
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo3-6/+6
2013-01-24perf record: Don't pass host machine to guest synthesizerArnaldo Carvalho de Melo2-16/+4
2013-01-24perf header: Ensure read/write finished successfullyNamhyung Kim1-27/+36
2013-01-24perf tests: Check python path on attr and binding testNamhyung Kim3-5/+8
2013-01-24perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa1-0/+62
2013-01-24perf tools: Add support for wildcard in tracepoint system nameJiri Olsa1-5/+46
2013-01-24perf tools: Add missing closedir in multi tracepoint processingJiri Olsa1-0/+1
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo3-2/+11
2013-01-24perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo4-0/+32
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo7-100/+68
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo4-37/+37
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo6-90/+31
2013-01-24perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo1-9/+18
2013-01-24perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo1-1/+1
2013-01-24perf test: Add a test case for hists__{match,link}Namhyung Kim4-0/+508
2013-01-24perf diff: Use internal rb tree for compute resortNamhyung Kim3-11/+23
2013-01-24perf hists: Link hist entries before inserting to an output treeNamhyung Kim2-60/+54
2013-01-24perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2-4/+10
2013-01-24Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar57-1519/+1483
2013-01-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds1-1/+1
2013-01-22arm64: makefile: fix uname munging when setting ARCH on native machineWill Deacon1-1/+1
2013-01-10perf tools: Fix building from 'make perf-*-src-pkg' tarballsSebastian Andrzej Siewior1-0/+10
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12perf top: Use perf_evlist__config()Arnaldo Carvalho de Melo4-157/+79
2012-12-12perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo2-5/+11
2012-12-12perf record: Pass perf_record_opts to the callchain cmdline parsing callbackArnaldo Carvalho de Melo1-13/+11
2012-12-12perf evsel: Decode read_format and sample_type in perf_evsel__fprintfArnaldo Carvalho de Melo1-2/+50
2012-12-12perf tools: Add install-bin Makefile targetArnaldo Carvalho de Melo1-1/+3
2012-12-12perf evsel: Adopt fprintf routine from 'perf evlist'Arnaldo Carvalho de Melo3-79/+87
2012-12-12perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo5-14/+13
2012-12-12perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}Arnaldo Carvalho de Melo4-7/+5
2012-12-12perf evsel: No need to always ask for PERF_FORMAT_ID in read_formatArnaldo Carvalho de Melo5-4/+7
2012-12-10perf evsel: Introduce method to request IDs be usedArnaldo Carvalho de Melo4-6/+11
2012-12-10perf test: Use perf_evsel__newtp constructor in the tracepoint testsArnaldo Carvalho de Melo6-89/+17
2012-12-10perf test: Fixup error reporting in basic mmap testArnaldo Carvalho de Melo1-1/+3
2012-12-10perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo6-23/+54
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo7-746/+756
2012-12-09perf buildid-cache: Add option to show build ids that are missing in the cacheArnaldo Carvalho de Melo2-2/+49
2012-12-09perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo7-19/+24