| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-11 | 96 | -649/+3633 |
|\ |
|
| * | perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set | Jin Yao | 2020-08-07 | 1 | -2/+2 |
| * | perf tools powerpc: Add support for extended regs in power10 | Athira Rajeev | 2020-08-07 | 2 | -0/+9 |
| * | perf tools powerpc: Add support for extended register capability | Anju T Sudhakar | 2020-08-07 | 4 | -9/+69 |
| * | tools headers API: Update close_range affected files | Arnaldo Carvalho de Melo | 2020-08-06 | 1 | -0/+1 |
| * | perf script: Add 'tod' field to display time of day | Jiri Olsa | 2020-08-06 | 1 | -33/+98 |
| * | perf script: Change the 'enum perf_output_field' enumerators to be 64 bits | Jiri Olsa | 2020-08-06 | 1 | -32/+32 |
| * | perf data: Add support to store time of day in CTF data conversion | Jiri Olsa | 2020-08-06 | 4 | -20/+42 |
| * | perf tools: Move clockid_res_ns under clock struct | Jiri Olsa | 2020-08-06 | 3 | -8/+8 |
| * | perf header: Store clock references for -k/--clockid option | Jiri Olsa | 2020-08-06 | 5 | -0/+180 |
| * | perf tools: Add clockid_name function | Jiri Olsa | 2020-08-06 | 2 | -0/+13 |
| * | perf clockid: Move parse_clockid() to new clockid object | Jiri Olsa | 2020-08-06 | 4 | -97/+119 |
| * | perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc link | Alexey Budankov | 2020-08-06 | 1 | -2/+4 |
| * | perf intel-pt: Add support for decoding PSB+ only | Adrian Hunter | 2020-08-06 | 2 | -0/+33 |
| * | perf intel-pt: Add support for decoding FUP/TIP only | Adrian Hunter | 2020-08-06 | 4 | -5/+200 |
| * | perf auxtrace: Add itrace 'q' option for quicker, less detailed decoding | Adrian Hunter | 2020-08-06 | 3 | -0/+9 |
| * | perf intel-pt: Time filter logged perf events | Adrian Hunter | 2020-08-06 | 2 | -3/+19 |
| * | perf intel-pt: Use itrace debug log flags to suppress some messages | Adrian Hunter | 2020-08-06 | 2 | -8/+14 |
| * | perf auxtrace: Add optional log flags to the itrace 'd' option | Adrian Hunter | 2020-08-06 | 3 | -1/+17 |
| * | perf intel-pt: Use itrace error flags to suppress some errors | Adrian Hunter | 2020-08-06 | 2 | -1/+17 |
| * | perf auxtrace: Add optional error flags to the itrace 'e' option | Adrian Hunter | 2020-08-06 | 3 | -1/+61 |
| * | perf auxtrace: Add missing itrace options to help text | Adrian Hunter | 2020-08-06 | 1 | -1/+5 |
| * | perf tools: Improve aux_output not supported error | Adrian Hunter | 2020-08-06 | 1 | -0/+4 |
| * | perf intel-pt: Fix duplicate branch after CBR | Adrian Hunter | 2020-08-06 | 1 | -2/+6 |
| * | perf intel-pt: Fix FUP packet state | Adrian Hunter | 2020-08-06 | 1 | -14/+7 |
| * | Mgerge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2020-08-06 | 3 | -6/+6 |
| |\ |
|
| * | | perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy event | Jin Yao | 2020-08-04 | 1 | -2/+4 |
| * | | perf record: Introduce --control fd:ctl-fd[,ack-fd] options | Alexey Budankov | 2020-08-04 | 3 | -0/+78 |
| * | | perf record: Implement control commands handling | Alexey Budankov | 2020-08-04 | 1 | -0/+16 |
| * | | perf record: Extend -D,--delay option with -1 value | Alexey Budankov | 2020-08-04 | 4 | -8/+13 |
| * | | perf stat: Introduce --control fd:ctl-fd[,ack-fd] options | Alexey Budankov | 2020-08-04 | 3 | -1/+80 |
| * | | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2020-08-03 | 3 | -6/+11 |
| |\ \ |
|
| * | | | perf bench: Add benchmark of find_next_bit | Ian Rogers | 2020-07-31 | 4 | -0/+138 |
| * | | | perf metric: Rename group_list to metric_list | Jiri Olsa | 2020-07-30 | 1 | -21/+21 |
| * | | | perf metric: Rename struct egroup to metric | Jiri Olsa | 2020-07-30 | 1 | -75/+75 |
| * | | | perf metric: Add metric group test | Jiri Olsa | 2020-07-30 | 1 | -2/+46 |
| * | | | perf metric: Make compute_single function more precise | Jiri Olsa | 2020-07-30 | 1 | -9/+13 |
| * | | | perf metric: Add recursion check when processing nested metrics | Jiri Olsa | 2020-07-30 | 4 | -15/+152 |
| * | | | perf metric: Add DCache_L2 to metric parse test | Jiri Olsa | 2020-07-30 | 1 | -0/+71 |
| * | | | perf metric: Add cache_miss_cycles to metric parse test | Jiri Olsa | 2020-07-30 | 1 | -0/+33 |
| * | | | perf metric: Add events for the current list | Jiri Olsa | 2020-07-30 | 1 | -3/+6 |
| * | | | perf metric: Compute referenced metrics | Jiri Olsa | 2020-07-30 | 3 | -2/+36 |
| * | | | perf metric: Add referenced metrics to hash data | Jiri Olsa | 2020-07-30 | 3 | -7/+80 |
| * | | | perf metric: Collect referenced metrics in struct metric_expr | Jiri Olsa | 2020-07-30 | 2 | -0/+38 |
| * | | | perf metric: Collect referenced metrics in struct metric_ref_node | Jiri Olsa | 2020-07-30 | 1 | -16/+172 |
| * | | | perf metric: Rename __metricgroup__add_metric to __add_metric | Jiri Olsa | 2020-07-30 | 1 | -11/+6 |
| * | | | perf metric: Add add_metric function | Jiri Olsa | 2020-07-30 | 1 | -26/+36 |
| * | | | perf metric: Add macros for iterating map events | Jiri Olsa | 2020-07-30 | 1 | -37/+40 |
| * | | | perf metric: Add expr__del_id function | Jiri Olsa | 2020-07-30 | 2 | -8/+14 |
| * | | | perf metric: Change expr__get_id to return struct expr_id_data | Jiri Olsa | 2020-07-30 | 3 | -13/+14 |