summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2016-03-03perf record: Ensure return non-zero rc when mmap failWang Nan
2016-03-03perf record: Introduce record__finish_output() to finish a perf.dataWang Nan
2016-03-03perf record: Extract synthesize code to record__synthesize()Wang Nan
2016-03-03perf record: Use WARN_ONCE to replace 'if' conditionWang Nan
2016-03-03perf data: Explicitly set byte order for integer typesWang Nan
2016-03-03perf data: Support converting data from bpf_perf_event_output()Wang Nan
2016-03-03perf stat: Check existence of frontend/backed stalled cyclesAndi Kleen
2016-03-03perf tools: Fix locale handling in pmu parsingJiri Olsa
2016-02-29tools lib traceevent: Split pevent_print_event() into specific functionality ...Steven Rostedt
2016-02-29perf trace: Check and discard not only 'nr' but also '__syscall_nr'Taeung Song
2016-02-29perf tools: Fix python extension buildJiri Olsa
2016-02-29tools/lib/lockdep: Fix link creation warningIngo Molnar
2016-02-29tools/lib/lockdep: Add tests for AA and ABBA lockingAlfredo Alvarez Fernandez
2016-02-29tools/lib/lockdep: Add userspace version of READ_ONCE()Alfredo Alvarez Fernandez
2016-02-29tools/lib/lockdep: Fix the build on recent kernelsIngo Molnar
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar
2016-02-26perf trace: Print content of bpf-output eventWang Nan
2016-02-26perf trace: Call bpf__apply_obj_config in 'perf trace'Wang Nan
2016-02-26perf tools: Only set filter for tracepoints eventsWang Nan
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-26perf hists: Fix comparing of dynamic entriesNamhyung Kim
2016-02-26perf report: Show message for percent limit on gtkNamhyung Kim
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim
2016-02-26perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim
2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-02-25perf script: Remove duplicated code and needless script_spec__findnew()Taeung Song
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song
2016-02-25perf tools: Fix parsing of pmu events with empty list of modifiersArnaldo Carvalho de Melo
2016-02-25perf jvmti: improve error message in MakefileStephane Eranian
2016-02-25perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo
2016-02-24perf top: Add --hierarchy optionNamhyung Kim
2016-02-24perf hists: Support decaying in hierarchy modeNamhyung Kim
2016-02-24perf report: Add --hierarchy optionNamhyung Kim
2016-02-24perf ui/gtk: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists browser: Align column header in hierarchy modeNamhyung Kim
2016-02-24perf hists browser: Implement hierarchy outputNamhyung Kim
2016-02-24perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim
2016-02-24perf hists browser: Count number of hierarchy entriesNamhyung Kim
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists: Count number of sort keysNamhyung Kim
2016-02-24perf hists: Resort after filtering hierarchyNamhyung Kim
2016-02-24perf hists: Support filtering in hierarchy modeNamhyung Kim