summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix hists related entriesArnaldo Carvalho de Melo2016-03-031-15/+22
* tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...Steven Rostedt (Red Hat)2016-03-031-1/+1
* tools lib traceevent: Set int_array fields to NULL if freeing from errorSteven Rostedt (Red Hat)2016-03-031-0/+3
* tools lib traceevent: Fix time stamp rounding issueChaos.Chen2016-03-031-0/+5
* perf script: Fix double free on command_lineColin Ian King2016-03-031-2/+2
* tools build: Use .s extension for preprocessed assembler codeMasahiro Yamada2016-03-031-1/+1
* perf stat: Support metrics in --per-core/socket modeAndi Kleen2016-03-032-8/+63
* perf stat: Implement CSV metrics outputAndi Kleen2016-03-032-5/+70
* perf record: Ensure return non-zero rc when mmap failWang Nan2016-03-031-1/+4
* perf record: Introduce record__finish_output() to finish a perf.dataWang Nan2016-03-031-12/+25
* perf record: Extract synthesize code to record__synthesize()Wang Nan2016-03-031-55/+70
* perf record: Use WARN_ONCE to replace 'if' conditionWang Nan2016-03-031-8/+7
* perf data: Explicitly set byte order for integer typesWang Nan2016-03-031-0/+6
* perf data: Support converting data from bpf_perf_event_output()Wang Nan2016-03-031-1/+111
* perf stat: Check existence of frontend/backed stalled cyclesAndi Kleen2016-03-031-2/+20
* perf tools: Fix locale handling in pmu parsingJiri Olsa2016-03-031-0/+13
* tools lib traceevent: Split pevent_print_event() into specific functionality ...Steven Rostedt2016-02-292-32/+117
* perf trace: Check and discard not only 'nr' but also '__syscall_nr'Taeung Song2016-02-291-2/+6
* perf tools: Fix python extension buildJiri Olsa2016-02-291-0/+4
* Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-294-16/+98
|\
| * Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-251-2/+6
| |\
| | * libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizingDan Williams2016-02-191-2/+6
| * | Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-02-221-10/+5
| |\ \
| | * | ftracetest: Fix instance test to use proper shell command for pidsSteven Rostedt2016-02-191-10/+5
| | |/
| * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-162-4/+87
| |\ \ | | |/ | |/|
| | * efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-102-4/+87
* | | perf trace: Print content of bpf-output eventWang Nan2016-02-261-1/+34
* | | perf trace: Call bpf__apply_obj_config in 'perf trace'Wang Nan2016-02-261-0/+11
* | | perf tools: Only set filter for tracepoints eventsWang Nan2016-02-261-0/+3
* | | perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-2610-21/+15
* | | perf report: Update column width of dynamic entriesNamhyung Kim2016-02-262-3/+16
* | | perf hists: Fix dynamic entry display in hierarchyNamhyung Kim2016-02-262-1/+4
* | | perf report: Left align dynamic entries in hierarchyNamhyung Kim2016-02-262-11/+33
* | | perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-264-6/+26
* | | perf hists: Fix comparing of dynamic entriesNamhyung Kim2016-02-261-0/+8
* | | perf report: Show message for percent limit on gtkNamhyung Kim2016-02-261-0/+11
* | | perf hists browser: Show message for percent limitNamhyung Kim2016-02-263-0/+102
* | | perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim2016-02-261-6/+1
* | | perf report: Show message for percent limit on stdioNamhyung Kim2016-02-261-0/+17
* | | perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-263-0/+50
* | | perf script: Remove duplicated code and needless script_spec__findnew()Taeung Song2016-02-251-18/+3
* | | perf script: Exception handling when the print fmt is emptyTaeung Song2016-02-252-0/+6
* | | perf tools: Fix parsing of pmu events with empty list of modifiersArnaldo Carvalho de Melo2016-02-251-3/+3
* | | perf jvmti: improve error message in MakefileStephane Eranian2016-02-251-4/+13
* | | perf tools: Use asprintf() for simple string formatting/allocationArnaldo Carvalho de Melo2016-02-251-6/+8
* | | perf top: Add --hierarchy optionNamhyung Kim2016-02-242-0/+18
* | | perf hists: Support decaying in hierarchy modeNamhyung Kim2016-02-241-8/+34
* | | perf report: Add --hierarchy optionNamhyung Kim2016-02-243-0/+21
* | | perf ui/gtk: Implement hierarchy output modeNamhyung Kim2016-02-241-1/+162
* | | perf hists browser: Align column header in hierarchy modeNamhyung Kim2016-02-241-1/+70
OpenPOWER on IntegriCloud