aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-06perf hists browser: Add support to display whole group data for raw columnsJiri Olsa1-27/+26
2013-02-06perf stat: Add per processor socket count aggregationStephane Eranian2-12/+123
2013-02-06perf tools: Add cpu_map processor socket level functionsStephane Eranian2-0/+63
2013-02-06perf evlist: Make event_copy local to mmapsDavid Ahern3-29/+30
2013-02-06perf sort: Check return value of strdup()Namhyung Kim1-0/+5
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim7-10/+18
2013-02-06perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()Namhyung Kim1-17/+6
2013-02-06perf tools: Check for flex and bison before continuing buildingBorislav Petkov1-3/+10
2013-02-06perf evlist: Fix set event list leaderStephane Eranian1-2/+1
2013-02-06perf report: Enable the runtime switching of perf data fileFeng Tang1-11/+27
2013-02-06perf hists browser: Add option for runtime switching perf data fileFeng Tang2-1/+112
2013-02-05ACPI tools / acpidump: must be run as root - install it into /usr/sbinThomas Renninger1-1/+1
2013-02-05ktest: Ignore warnings during rebootSteven Rostedt (Red Hat)1-0/+8
2013-02-05ktest: Search for linux banner for successful rebootSteven Rostedt (Red Hat)1-1/+6
2013-02-05tools/vm: add .gitignore to ignore built binariesJoonsoo Kim1-0/+2
2013-01-31perf evlist: Add --group optionNamhyung Kim3-2/+33
2013-01-31perf report: Add report.group config optionNamhyung Kim1-0/+13
2013-01-31perf report: Add --group optionNamhyung Kim2-0/+5
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim5-3/+84
2013-01-31perf report: Bypass non-leader events when event group is enabledNamhyung Kim3-6/+43
2013-01-31perf gtk/browser: Trim column header string when event group enabledNamhyung Kim1-1/+1
2013-01-31perf gtk/browser: Add support for event group viewNamhyung Kim1-4/+52
2013-01-31perf hists browser: Add suppport for event group viewNamhyung Kim1-0/+57
2013-01-31perf hists browser: Move coloring logic to hpp functionsNamhyung Kim1-30/+42
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim2-1/+63
2013-01-31perf gtk/browser: Convert hpp helpers to a functionNamhyung Kim1-21/+47
2013-01-31perf hists browser: Convert hpp helpers to a functionNamhyung Kim1-14/+32
2013-01-31perf ui/hist: Consolidate hpp helpersNamhyung Kim1-154/+84
2013-01-31perf hists: Resort hist entries using group members for outputNamhyung Kim2-1/+60
2013-01-31perf report: Make another loop for linking group histsNamhyung Kim2-2/+14
2013-01-31perf header: Add HEADER_GROUP_DESC featureNamhyung Kim3-0/+169
2013-01-31perf tests: Add group test conditionsNamhyung Kim1-0/+28
2013-01-31perf tools: Keep group informationNamhyung Kim6-1/+25
2013-01-31perf top: Delete maps on exitArnaldo Carvalho de Melo1-2/+4
2013-01-31perf top: Stop using exit()Arnaldo Carvalho de Melo1-23/+33
2013-01-31ktest: Add make_warnings_file and process full warningsSteven Rostedt (Red Hat)3-6/+185
2013-01-31ktest: Allow a test option to use its default optionSteven Rostedt (Red Hat)1-6/+10
2013-01-30ktest: Strip off '\n' when reading which files were modifiedSteven Rostedt (Red Hat)1-0/+4
2013-01-30ktest: Do not require CONSOLE for build or install bisectsSteven Rostedt (Red Hat)1-5/+22
2013-01-30perf header: Fix double fclose() on do_write(fd, xxx) failureThomas Jarosch1-1/+3
2013-01-30perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/kallsyms" caseThomas Jarosch1-1/+2
2013-01-30perf tools: Fix memory leak on errorThomas Jarosch1-1/+3
2013-01-30perf sort: Use pclose() instead of fclose() on pipe streamThomas Jarosch1-2/+5
2013-01-30perf tools: Fix possible double free on errorThomas Jarosch1-0/+1
2013-01-30perf tools, powerpc: Fix compile warnings in tests/attr.cSukadev Bhattiprolu1-0/+5
2013-01-30perf evsel: Fix memory leaks on evsel->countsNamhyung Kim4-0/+8
2013-01-30perf stat: Add interval printingStephane Eranian2-15/+146
2013-01-30perf evsel: Add prev_raw_count fieldStephane Eranian2-0/+27
2013-01-30perf tools: Make numa benchmark optionalPeter Hurley3-2/+29
2013-01-30perf: Add 'perf bench numa mem' NUMA performance measurement suiteIngo Molnar4-1/+1747