| Commit message (Expand) | Author | Age | Files | Lines |
* | perf intel-pt: Fix parsing of VM time correlation arguments | Adrian Hunter | 2021-12-28 | 1 | -0/+1 |
* | perf intel-pt: Fix error timestamp setting on the decoder error path | Adrian Hunter | 2021-12-11 | 1 | -0/+1 |
* | perf intel-pt: Support itrace d+o option to direct debug log to stdout | Adrian Hunter | 2021-10-27 | 1 | -2/+3 |
* | perf intel-pt: Support itrace A option to approximate IPC | Adrian Hunter | 2021-10-27 | 1 | -4/+12 |
* | perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID | Adrian Hunter | 2021-10-25 | 1 | -4/+81 |
* | perf intel-pt: Add a config for max loops without consuming a packet | Adrian Hunter | 2021-07-07 | 1 | -0/+5 |
* | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2021-05-25 | 1 | -2/+4 |
|\ |
|
| * | perf intel-pt: Remove redundant setting of ptq->insn_len | Adrian Hunter | 2021-05-19 | 1 | -1/+0 |
| * | perf intel-pt: Fix sample instruction bytes | Adrian Hunter | 2021-05-19 | 1 | -1/+4 |
* | | perf intel-pt: Parse VM Time Correlation options and set up decoding | Adrian Hunter | 2021-05-12 | 1 | -1/+97 |
* | | perf intel-pt: Pass the first timestamp to the decoder | Adrian Hunter | 2021-05-12 | 1 | -0/+19 |
* | | perf intel-pt: Add a tree for VMCS information | Adrian Hunter | 2021-05-12 | 1 | -0/+66 |
* | | perf intel-pt: Let overlap detection handle VM timestamps | Adrian Hunter | 2021-05-12 | 1 | -1/+9 |
* | | perf intel-pt: Support Z itrace option for timeless decoding | Adrian Hunter | 2021-05-12 | 1 | -1/+1 |
* | | perf intel-pt: Move synth_opts initialization earlier | Adrian Hunter | 2021-05-12 | 1 | -15/+14 |
|/ |
|
* | perf tools: Fix various typos in comments | Ingo Molnar | 2021-03-23 | 1 | -1/+1 |
* | perf intel-pt: Split VM-Entry and VM-Exit branches | Adrian Hunter | 2021-02-18 | 1 | -1/+21 |
* | perf intel-pt: Adjust sample flags for VM-Exit | Adrian Hunter | 2021-02-18 | 1 | -4/+7 |
* | perf intel-pt: Allow for a guest kernel address filter | Adrian Hunter | 2021-02-18 | 1 | -1/+7 |
* | perf intel-pt: Support decoding of guest kernel | Adrian Hunter | 2021-02-18 | 1 | -12/+69 |
* | perf intel-pt: Add PSB events | Adrian Hunter | 2021-02-18 | 1 | -0/+40 |
* | perf intel-pt: Fix IPC with CYC threshold | Adrian Hunter | 2021-02-18 | 1 | -0/+13 |
* | perf intel-pt: Fix premature IPC | Adrian Hunter | 2021-02-18 | 1 | -10/+6 |
* | perf report: Support instruction latency | Kan Liang | 2021-02-08 | 1 | -2/+3 |
* | perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT | Kan Liang | 2021-02-08 | 1 | -3/+19 |
* | perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods | Arnaldo Carvalho de Melo | 2020-11-30 | 1 | -2/+1 |
* | perf intel-pt: Fix "context_switch event has no tid" error | Adrian Hunter | 2020-09-17 | 1 | -4/+4 |
* | perf intel-pt: Fix corrupt data after perf inject from | Al Grant | 2020-09-01 | 1 | -1/+8 |
* | perf intel-pt: Add support for decoding FUP/TIP only | Adrian Hunter | 2020-08-06 | 1 | -1/+5 |
* | perf intel-pt: Time filter logged perf events | Adrian Hunter | 2020-08-06 | 1 | -3/+16 |
* | perf intel-pt: Use itrace debug log flags to suppress some messages | Adrian Hunter | 2020-08-06 | 1 | -7/+10 |
* | perf intel-pt: Use itrace error flags to suppress some errors | Adrian Hunter | 2020-08-06 | 1 | -0/+9 |
* | perf script: Show text poke address symbol | Adrian Hunter | 2020-07-10 | 1 | -1/+1 |
* | perf intel-pt: Add support for text poke events | Adrian Hunter | 2020-07-10 | 1 | -0/+75 |
* | perf intel-pt: Fix PEBS sample for XMM registers | Adrian Hunter | 2020-07-06 | 1 | -2/+3 |
* | perf intel-pt: Use allocated branch stack for PEBS sample | Adrian Hunter | 2020-05-28 | 1 | -18/+13 |
* | perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete... | Arnaldo Carvalho de Melo | 2020-05-05 | 1 | -1/+1 |
* | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 2020-05-05 | 1 | -1/+1 |
* | perf intel-pt: Add support for synthesizing branch stacks for regular events | Adrian Hunter | 2020-05-05 | 1 | -7/+66 |
* | perf intel-pt: Change branch stack support to use thread-stacks | Adrian Hunter | 2020-05-05 | 1 | -102/+39 |
* | perf intel-pt: Consolidate thread-stack use condition | Adrian Hunter | 2020-05-05 | 1 | -2/+6 |
* | perf thread-stack: Add branch stack support | Adrian Hunter | 2020-05-05 | 1 | -1/+1 |
* | perf tools: Move routines that probe for perf API features to separate file | Arnaldo Carvalho de Melo | 2020-05-05 | 1 | -0/+1 |
* | perf callchain: Stitch LBR call stack | Kan Liang | 2020-04-18 | 1 | -9/+8 |
* | perf intel-pt: Add support for synthesizing callchains for regular events | Adrian Hunter | 2020-04-16 | 1 | -7/+61 |
* | perf intel-pt: Implement ->evsel_is_auxtrace() callback | Adrian Hunter | 2020-04-16 | 1 | -0/+10 |
* | perf tools: Add hw_idx in struct branch_stack | Kan Liang | 2020-03-10 | 1 | -0/+2 |
* | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 2019-11-26 | 1 | -1/+1 |
* | perf intel-pt: Add support for decoding AUX area samples | Adrian Hunter | 2019-11-22 | 1 | -3/+106 |
* | libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel' | Jiri Olsa | 2019-09-25 | 1 | -1/+1 |