summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | perf tools: Pass perf_hpp_list all the way through setup_sort_listJiri Olsa2016-03-091-18/+26
| * | | | | | | | | | perf tools: Fix perf script python database export crashChris Phlipot2016-03-091-4/+2
| * | | | | | | | | | 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/+23
| * | | | | | | | | | 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/+23
| * | | | | | | | | | perf jit: Let jit_process() return errorsAdrian Hunter2016-03-082-6/+16
| * | | | | | | | | | perf session: Simplify tool stubsAdrian Hunter2016-03-081-33/+7
| * | | | | | | | | | 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
| * | | | | | | | | | tools/power turbostat: fix various build warningsColin Ian King2016-03-031-4/+4
| * | | | | | | | | | 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
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | 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