aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03perf record: Ensure return non-zero rc when mmap failWang Nan1-1/+4
2016-03-03perf record: Introduce record__finish_output() to finish a perf.dataWang Nan1-12/+25
2016-03-03perf record: Extract synthesize code to record__synthesize()Wang Nan1-55/+70
2016-03-03perf record: Use WARN_ONCE to replace 'if' conditionWang Nan1-8/+7
2016-03-03perf data: Explicitly set byte order for integer typesWang Nan1-0/+6
2016-03-03perf data: Support converting data from bpf_perf_event_output()Wang Nan1-1/+111
2016-03-03perf stat: Check existence of frontend/backed stalled cyclesAndi Kleen1-2/+20
2016-03-03perf tools: Fix locale handling in pmu parsingJiri Olsa1-0/+13
2016-02-29tools lib traceevent: Split pevent_print_event() into specific functionality functionsSteven Rostedt2-32/+117
2016-02-29perf trace: Check and discard not only 'nr' but also '__syscall_nr'Taeung Song1-2/+6
2016-02-29perf tools: Fix python extension buildJiri Olsa1-0/+4
2016-02-29tools/lib/lockdep: Fix link creation warningIngo Molnar1-1/+1
2016-02-29tools/lib/lockdep: Add tests for AA and ABBA lockingAlfredo Alvarez Fernandez3-4/+63
2016-02-29tools/lib/lockdep: Add userspace version of READ_ONCE()Alfredo Alvarez Fernandez1-0/+1
2016-02-29tools/lib/lockdep: Fix the build on recent kernelsIngo Molnar1-0/+6
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar9-42/+161
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar4-16/+98
2016-02-26perf trace: Print content of bpf-output eventWang Nan1-1/+34
2016-02-26perf trace: Call bpf__apply_obj_config in 'perf trace'Wang Nan1-0/+11
2016-02-26perf tools: Only set filter for tracepoints eventsWang Nan1-0/+3
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan10-21/+15
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim2-3/+16
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim2-1/+4
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim2-11/+33
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim4-6/+26
2016-02-26perf hists: Fix comparing of dynamic entriesNamhyung Kim1-0/+8
2016-02-26perf report: Show message for percent limit on gtkNamhyung Kim1-0/+11
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim3-0/+102
2016-02-26perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim1-6/+1
2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim1-0/+17
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim3-0/+50
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+6
2016-02-25perf script: Remove duplicated code and needless script_spec__findnew()Taeung Song1-18/+3
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song2-0/+6
2016-02-25perf tools: Fix parsing of pmu events with empty list of modifiersArnaldo Carvalho de Melo1-3/+3
2016-02-25perf jvmti: improve error message in MakefileStephane Eranian1-4/+13
2016-02-25perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo1-6/+8
2016-02-24perf top: Add --hierarchy optionNamhyung Kim2-0/+18
2016-02-24perf hists: Support decaying in hierarchy modeNamhyung Kim1-8/+34
2016-02-24perf report: Add --hierarchy optionNamhyung Kim3-0/+21
2016-02-24perf ui/gtk: Implement hierarchy output modeNamhyung Kim1-1/+162
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim1-1/+70
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim1-22/+268
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim1-10/+48
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim1-11/+74
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim3-0/+116
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim2-1/+80
2016-02-24perf hists: Count number of sort keysNamhyung Kim2-0/+4
2016-02-24perf hists: Resort after filtering hierarchyNamhyung Kim1-0/+54
2016-02-24perf hists: Support filtering in hierarchy modeNamhyung Kim1-8/+93