Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | selftests/x86: Add a test for syscall restart under ptrace | Andy Lutomirski | 2016-02-17 | 1 | -0/+126 | |
| * | | | | | | | | | | selftests/x86: Fix some error messages in ptrace_syscall | Andy Lutomirski | 2016-02-17 | 1 | -3/+3 | |
| * | | | | | | | | | | selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SS | Andy Lutomirski | 2016-02-17 | 1 | -28/+202 | |
| * | | | | | | | | | | x86/signal/64: Re-add support for SS in the 64-bit signal context | Andy Lutomirski | 2016-02-17 | 1 | -3/+2 | |
| * | | | | | | | | | | selftests/x86: Add check_initial_reg_state() | Andy Lutomirski | 2016-01-29 | 2 | -1/+117 | |
| * | | | | | | | | | | selftests/x86: Extend Makefile to allow 64-bit-only tests | Andy Lutomirski | 2016-01-29 | 1 | -2/+3 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-03-14 | 150 | -1616/+11149 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | perf stat: Add --metric-only support for -A | Andi Kleen | 2016-03-10 | 2 | -9/+38 | |
| * | | | | | | | | | | perf stat: Implement --metric-only mode | Andi Kleen | 2016-03-10 | 2 | -10/+205 | |
| * | | | | | | | | | | perf stat: Document CSV format in manpage | Andi Kleen | 2016-03-10 | 1 | -0/+23 | |
| * | | | | | | | | | | perf hists browser: Check sort keys before hot key actions | Namhyung Kim | 2016-03-10 | 1 | -0/+9 | |
| * | | | | | | | | | | perf hists browser: Allow thread filtering for comm sort key | Namhyung Kim | 2016-03-10 | 1 | -10/+32 | |
| * | | | | | | | | | | perf tools: Add sort__has_comm variable | Namhyung Kim | 2016-03-10 | 2 | -0/+4 | |
| * | | | | | | | | | | perf tools: Recalc total periods using top-level entries in hierarchy | Namhyung Kim | 2016-03-10 | 1 | -10/+34 | |
| * | | | | | | | | | | perf tools: Remove nr_sort_keys field | Namhyung Kim | 2016-03-10 | 3 | -31/+0 | |
| * | | | | | | | | | | perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry() | Namhyung Kim | 2016-03-10 | 1 | -14/+8 | |
| * | | | | | | | | | | perf tools: Remove hist_entry->fmt field | Namhyung Kim | 2016-03-10 | 1 | -1/+0 | |
| * | | | | | | | | | | perf tools: Fix command line filters in hierarchy mode | Namhyung Kim | 2016-03-10 | 1 | -3/+97 | |
| * | | | | | | | | | | perf tools: Add more sort entry check functions | Namhyung Kim | 2016-03-10 | 2 | -31/+23 | |
| * | | | | | | | | | | perf tools: Fix hist_entry__filter() for hierarchy | Namhyung Kim | 2016-03-10 | 1 | -7/+21 | |
| * | | | | | | | | | | perf jitdump: Build only on supported archs | Jiri Olsa | 2016-03-10 | 7 | -6/+19 | |
| * | | | | | | | | | | tools lib traceevent: Add '~' operation within arg_num_eval() | Steven Rostedt | 2016-03-10 | 1 | -0/+6 | |
| * | | | | | | | | | | perf tools: Omit unnecessary cast in perf_pmu__parse_scale | Jiri Olsa | 2016-03-09 | 1 | -2/+2 | |
| * | | | | | | | | | | perf tools: Pass perf_hpp_list all the way through setup_sort_list | Jiri Olsa | 2016-03-09 | 1 | -18/+26 | |
| * | | | | | | | | | | perf tools: Fix perf script python database export crash | Chris Phlipot | 2016-03-09 | 1 | -4/+2 | |
| * | | | | | | | | | | perf jitdump: DWARF is also needed | Arnaldo Carvalho de Melo | 2016-03-09 | 2 | -5/+8 | |
| * | | | | | | | | | | perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changes | Ingo Molnar | 2016-03-09 | 1 | -0/+5 | |
| * | | | | | | | | | | perf report: Use hierarchy hpp list on gtk | Namhyung Kim | 2016-03-08 | 1 | -22/+33 | |
| * | | | | | | | | | | perf hists browser: Use hierarchy hpp list | Namhyung Kim | 2016-03-08 | 1 | -36/+45 | |
| * | | | | | | | | | | perf report: Use hierarchy hpp list on stdio | Namhyung Kim | 2016-03-08 | 1 | -46/+57 | |
| * | | | | | | | | | | perf hists: Fix indent for multiple hierarchy sort key | Namhyung Kim | 2016-03-08 | 4 | -28/+23 | |
| * | | | | | | | | | | perf hists: Support multiple sort keys in a hierarchy level | Namhyung Kim | 2016-03-08 | 1 | -10/+32 | |
| * | | | | | | | | | | perf hists: Use own hpp_list for hierarchy mode | Namhyung Kim | 2016-03-08 | 7 | -73/+103 | |
| * | | | | | | | | | | perf hists: Introduce perf_hpp__setup_hists_formats() | Namhyung Kim | 2016-03-08 | 4 | -0/+118 | |
| * | | | | | | | | | | perf stat: Document --detailed option | Borislav Petkov | 2016-03-08 | 1 | -0/+8 | |
| * | | | | | | | | | | perf hists: Add level field to struct perf_hpp_fmt | Namhyung Kim | 2016-03-08 | 2 | -33/+42 | |
| * | | | | | | | | | | perf tools: Use 64-bit shifts with (TSC) time conversion | Adrian Hunter | 2016-03-08 | 2 | -2/+2 | |
| * | | | | | | | | | | perf jit: Move clockid validation | Adrian Hunter | 2016-03-08 | 2 | -24/+23 | |
| * | | | | | | | | | | perf jit: Let jit_process() return errors | Adrian Hunter | 2016-03-08 | 2 | -6/+16 | |
| * | | | | | | | | | | perf session: Simplify tool stubs | Adrian Hunter | 2016-03-08 | 1 | -33/+7 | |
| * | | | | | | | | | | perf inject: Hit all DSOs for AUX data in JIT and other cases | Adrian Hunter | 2016-03-08 | 1 | -4/+8 | |
| * | | | | | | | | | | perf tools: Explicitly declare inc_group_count as a void function | Colin Ian King | 2016-03-08 | 1 | -1/+1 | |
| * | | | | | | | | | | perf stat: Check for frontend stalled for metrics | Andi Kleen | 2016-03-03 | 3 | -1/+10 | |
| * | | | | | | | | | | tools/power turbostat: fix various build warnings | Colin Ian King | 2016-03-03 | 1 | -4/+4 | |
| * | | | | | | | | | | perf tests: Initialize sa.sa_flags | Colin Ian King | 2016-03-03 | 1 | -0/+1 | |
| * | | | | | | | | | | perf test: Fix hists related entries | Arnaldo Carvalho de Melo | 2016-03-03 | 1 | -15/+22 | |
| * | | | | | | | | | | tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac... | Steven Rostedt (Red Hat) | 2016-03-03 | 1 | -1/+1 | |
| * | | | | | | | | | | tools lib traceevent: Set int_array fields to NULL if freeing from error | Steven Rostedt (Red Hat) | 2016-03-03 | 1 | -0/+3 | |
| * | | | | | | | | | | tools lib traceevent: Fix time stamp rounding issue | Chaos.Chen | 2016-03-03 | 1 | -0/+5 | |
| * | | | | | | | | | | perf script: Fix double free on command_line | Colin Ian King | 2016-03-03 | 1 | -2/+2 |