aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-09perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changesIngo Molnar1-0/+5
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim1-22/+33
2016-03-08perf hists browser: Use hierarchy hpp listNamhyung Kim1-36/+45
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim1-46/+57
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim4-28/+23
2016-03-08perf hists: Support multiple sort keys in a hierarchy levelNamhyung Kim1-10/+32
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim7-73/+103
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim4-0/+118
2016-03-08perf stat: Document --detailed optionBorislav Petkov1-0/+8
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2-33/+42
2016-03-08perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2-2/+2
2016-03-08perf jit: Move clockid validationAdrian Hunter2-24/+23
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter2-6/+16
2016-03-08perf session: Simplify tool stubsAdrian Hunter1-33/+7
2016-03-08perf inject: Hit all DSOs for AUX data in JIT and other casesAdrian Hunter1-4/+8
2016-03-08perf tools: Explicitly declare inc_group_count as a void functionColin Ian King1-1/+1
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf1-3/+3
2016-03-03perf stat: Check for frontend stalled for metricsAndi Kleen3-1/+10
2016-03-03perf tests: Initialize sa.sa_flagsColin Ian King1-0/+1
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo1-15/+22
2016-03-03perf script: Fix double free on command_lineColin Ian King1-2/+2
2016-03-03perf stat: Support metrics in --per-core/socket modeAndi Kleen2-8/+63
2016-03-03perf stat: Implement CSV metrics outputAndi Kleen2-5/+70
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-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-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-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