aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-24perf symbols: Mark vmlinux filename as allocatedDavid Ahern1-1/+5
2013-01-24perf symbols: Move name malloc to when needed in dso__loadDavid Ahern1-4/+4
2013-01-24perf report: Update documentation for sort keysNamhyung Kim2-5/+37
2013-01-24perf sort: Separate out branch stack specific sort keysNamhyung Kim2-14/+58
2013-01-24perf sort: Clean up sort__first_dimension settingNamhyung Kim1-24/+2
2013-01-24perf sort: Calculate parent column width tooNamhyung Kim1-0/+3
2013-01-24perf sort: Align cpu column to rightNamhyung Kim1-1/+1
2013-01-24perf sort: Fix --sort pid outputNamhyung Kim1-1/+1
2013-01-24perf sort: Get rid of unnecessary __maybe_unusedNamhyung Kim1-7/+4
2013-01-24perf sort: Move misplaced sort entry functionsNamhyung Kim1-59/+60
2013-01-24perf probe: Allow of casting an array of char to stringHyeoncheol Lee1-5/+5
2013-01-24perf: Missing field in PERF_RECORD_SAMPLE documentationVince Weaver1-1/+2
2013-01-24perf tools: Add anonymous huge page recognitionJoshua Zhu1-1/+2
2013-01-24perf bench: Flush stdout before starting bench suiteNamhyung Kim1-0/+2
2013-01-24perf symbols: Include elf.h header regardless LIBELF_SUPPORTNamhyung Kim3-5/+1
2013-01-24perf tools: Fix possible (unlikely) buffer overflowThomas Jarosch1-1/+1
2013-01-24perf tools: Fix GNU make v3.80 compatibility issueAl Cooper1-3/+3
2013-01-24tools lib traceevent: Add copyright headerJon Stanley1-0/+19
2013-01-24tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley5-10/+5
2013-01-24tools lib traceevent: test correct variable after allocationSasha Levin1-1/+1
2013-01-24perf ui/gtk: Setup browser window earlyNamhyung Kim1-11/+11
2013-01-24perf ui/gtk: Factor out common browser routinesNamhyung Kim4-223/+240
2013-01-24uprobes: remove redundant checkSasha Levin1-2/+1
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 attr testsArnaldo 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