summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf report: Update documentation for sort keysNamhyung Kim2013-01-242-5/+37
* perf sort: Separate out branch stack specific sort keysNamhyung Kim2013-01-242-14/+58
* perf sort: Clean up sort__first_dimension settingNamhyung Kim2013-01-241-24/+2Star
* perf sort: Calculate parent column width tooNamhyung Kim2013-01-241-0/+3
* perf sort: Align cpu column to rightNamhyung Kim2013-01-241-1/+1
* perf sort: Fix --sort pid outputNamhyung Kim2013-01-241-1/+1
* perf sort: Get rid of unnecessary __maybe_unusedNamhyung Kim2013-01-241-7/+4Star
* perf sort: Move misplaced sort entry functionsNamhyung Kim2013-01-241-59/+60
* perf probe: Allow of casting an array of char to stringHyeoncheol Lee2013-01-241-5/+5
* perf tools: Add anonymous huge page recognitionJoshua Zhu2013-01-241-1/+2
* perf bench: Flush stdout before starting bench suiteNamhyung Kim2013-01-241-0/+2
* perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim2013-01-243-5/+1Star
* perf tools: Fix possible (unlikely) buffer overflowThomas Jarosch2013-01-241-1/+1
* perf tools: Fix GNU make v3.80 compatibility issueAl Cooper2013-01-241-3/+3
* perf ui/gtk: Setup browser window earlyNamhyung Kim2013-01-241-11/+11
* perf ui/gtk: Factor out common browser routinesNamhyung Kim2013-01-244-223/+240
* perf script: use ARRAY_SIZE instead of reinventing itSasha Levin2013-01-241-1/+1
* perf kmem: use ARRAY_SIZE instead of reinventing itSasha Levin2013-01-241-2/+1Star
* perf tools: remove redundant checks from _sort__sym_cmpSasha Levin2013-01-241-4/+2Star
* perf tests: Don't fail if a matching vmlinux isn't found, skip that testArnaldo Carvalho de Melo2013-01-241-1/+2
* perf tests: Add return states enum for testsJiri Olsa2013-01-242-3/+18
* perf kvm: Initialize file_name var to fix segfaultArnaldo Carvalho de Melo2013-01-241-2/+1Star
* perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo2013-01-245-21/+5Star
* perf tests: Fix PYTHONPATH for python-use test tracepointsJiri Olsa2013-01-241-1/+1
* perf machine: Introduce struct machinesArnaldo Carvalho de Melo2013-01-249-81/+95
* perf session: There is no need for a per session hists instanceArnaldo Carvalho de Melo2013-01-246-33/+34
* perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo2013-01-243-6/+6
* perf record: Don't pass host machine to guest synthesizerArnaldo Carvalho de Melo2013-01-242-16/+4Star
* perf header: Ensure read/write finished successfullyNamhyung Kim2013-01-241-27/+36
* perf tests: Check python path on attr and binding testNamhyung Kim2013-01-243-5/+8
* perf tests: Add event parsing test for '*:*' tracepointsJiri Olsa2013-01-241-0/+62
* perf tools: Add support for wildcard in tracepoint system nameJiri Olsa2013-01-241-5/+46
* perf tools: Add missing closedir in multi tracepoint processingJiri Olsa2013-01-241-0/+1
* perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo2013-01-243-2/+11
* perf test: Check for linking problems in the python bindingArnaldo Carvalho de Melo2013-01-244-0/+32
* perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo2013-01-247-100/+68Star
* perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo2013-01-244-37/+37
* perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo2013-01-246-90/+31Star
* perf tests: Adjust some message log levels to help diagnosing problems in att...Arnaldo Carvalho de Melo2013-01-241-9/+18
* perf test: Remove leftover temp file left by one of the attr testsArnaldo Carvalho de Melo2013-01-241-1/+1
* perf test: Add a test case for hists__{match,link}Namhyung Kim2013-01-244-0/+508
* perf diff: Use internal rb tree for compute resortNamhyung Kim2013-01-243-11/+23
* perf hists: Link hist entries before inserting to an output treeNamhyung Kim2013-01-242-60/+54Star
* perf hists: Exchange order of comparing items when collapsing histsNamhyung Kim2013-01-242-4/+10
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2013-01-2457-1519/+1483Star
|\
| * perf top: Use perf_evlist__config()Arnaldo Carvalho de Melo2012-12-114-157/+79Star
| * perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo2012-12-112-5/+11
| * perf record: Pass perf_record_opts to the callchain cmdline parsing callbackArnaldo Carvalho de Melo2012-12-111-13/+11Star
| * perf evsel: Decode read_format and sample_type in perf_evsel__fprintfArnaldo Carvalho de Melo2012-12-111-2/+50
| * perf tools: Add install-bin Makefile targetArnaldo Carvalho de Melo2012-12-111-1/+3