summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf jitdump: DWARF is also neededArnaldo Carvalho de Melo2016-03-092-5/+8
* | perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar2016-03-091-0/+5
* | perf report: Use hierarchy hpp list on gtkNamhyung Kim2016-03-081-22/+33
* | perf hists browser: Use hierarchy hpp listNamhyung Kim2016-03-081-36/+45
* | perf report: Use hierarchy hpp list on stdioNamhyung Kim2016-03-081-46/+57
* | perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-084-28/+23Star
* | perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim2016-03-081-10/+32
* | perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-087-73/+103
* | perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-084-0/+118
* | perf stat: Document --detailed optionBorislav Petkov2016-03-081-0/+8
* | perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2016-03-082-33/+42
* | perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2016-03-082-2/+2
* | perf jit: Move clockid validationAdrian Hunter2016-03-082-24/+23Star
* | perf jit: Let jit_process() return errorsAdrian Hunter2016-03-082-6/+16
* | perf session: Simplify tool stubsAdrian Hunter2016-03-081-33/+7Star
* | perf inject: Hit all DSOs for AUX data in JIT and other casesAdrian Hunter2016-03-081-4/+8
* | perf tools: Explicitly declare inc_group_count as a void functionColin Ian King2016-03-081-1/+1
* | perf stat: Check for frontend stalled for metricsAndi Kleen2016-03-033-1/+10
* | perf tests: Initialize sa.sa_flagsColin Ian King2016-03-031-0/+1
* | perf test: Fix hists related entriesArnaldo Carvalho de Melo2016-03-031-15/+22
* | perf script: Fix double free on command_lineColin Ian King2016-03-031-2/+2
* | 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/+7Star
* | 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
* | 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
* | 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/+15Star
* | 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/+1Star
* | 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/+3Star
* | 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