summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf vendor events intel: Broadwellx v20 eventsIan Rogers2023-04-049-469/+403
* perf vendor events intel: Broadwellde v9 eventsIan Rogers2023-04-0410-183/+495
* perf vendor events intel: Broadwell v27 eventsIan Rogers2023-04-047-290/+305
* perf lock contention: Fix msan issue in lock_contention_read()Namhyung Kim2023-04-041-1/+1
* perf vendor events s390: Remove UTF-8 characters from JSON fileThomas Richter2023-04-041-5/+5
* perf hist: Improve srcfile sort key performance (really)Namhyung Kim2023-04-041-6/+1
* perf test: Fix wrong size expectation for 'Setup struct perf_event_attr'Thomas Richter2023-04-043-3/+3
* perf build: Add warning for when vmlinux.h generation failsIan Rogers2023-04-041-1/+5
* perf report: Append inlines to non-DWARF callchainsArtem Savkov2023-04-041-0/+5
* perf tools: Add support for perf_event_attr::config3Rob Herring2023-03-216-1/+24
* perf vendor events arm64: Add N1 metricsJames Clark2023-03-2123-2/+685
* perf jevents: Sort list of input filesBernhard M. Wiedemann2023-03-211-1/+1
* perf kvm: Delete histograms entries before exitingLeo Yan2023-03-211-0/+3
* perf kvm: Reference count 'struct kvm_info'Leo Yan2023-03-213-2/+46
* perf report: Add 'simd' sort fieldGerman Gomez2023-03-205-0/+52
* perf arm-spe: Add SVE flags to the SPE samplesGerman Gomez2023-03-201-0/+20
* perf arm-spe: Refactor arm-spe to support operation packet typeGerman Gomez2023-03-203-18/+67
* perf event: Add 'simd_flags' field to 'struct perf_sample'German Gomez2023-03-201-0/+13
* perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter2023-03-203-0/+24
* perf intel-pt: Add event type names UINTR and UIRETAdrian Hunter2023-03-201-1/+1
* perf symbol: Sort names under write lockIan Rogers2023-03-201-0/+7
* perf test: Fix memory leak in symbolsIan Rogers2023-03-201-0/+1
* perf tests: Add common error route for code-readingIan Rogers2023-03-201-16/+23
* perf bpf_counter: Use public cpumap accessorsIan Rogers2023-03-201-3/+3
* perf symbol: Avoid memory leak from abi::__cxa_demangleIan Rogers2023-03-201-3/+2
* perf kvm: Update documentation to reflect new changesLeo Yan2023-03-151-2/+7
* perf kvm: Add TUI mode for stat reportLeo Yan2023-03-152-2/+108
* perf kvm: Add dimensions for percentagesLeo Yan2023-03-151-1/+97
* perf kvm: Support printing attributions for dimensionsLeo Yan2023-03-151-3/+94
* perf kvm: Polish sorting keyLeo Yan2023-03-152-27/+10
* perf kvm: Use histograms list to replace cached listLeo Yan2023-03-152-101/+95
* perf kvm: Add dimensions for KVM event statisticsLeo Yan2023-03-152-4/+230
* perf hist: Add 'kvm_info' field in histograms entryLeo Yan2023-03-158-14/+27
* perf kvm: Parse address location for samplesLeo Yan2023-03-152-0/+9
* perf kvm: Pass argument 'sample' to kvm_alloc_init_event()Leo Yan2023-03-151-10/+13
* perf kvm: Introduce histograms data structuresLeo Yan2023-03-152-0/+19
* perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan2023-03-156-14/+11
* perf kvm: Use subtraction for comparison metricsLeo Yan2023-03-152-4/+4
* perf kvm: Move up metrics helpersLeo Yan2023-03-151-36/+38
* perf kvm: Add pointer to 'perf_kvm_stat' in kvm eventLeo Yan2023-03-152-4/+7
* perf kvm: Refactor overall statisticsLeo Yan2023-03-151-12/+7
* perf record: Update documentation for BPF filtersNamhyung Kim2023-03-151-1/+46
* perf bpf filter: Show warning for missing sample flagsNamhyung Kim2023-03-152-1/+63
* perf bpf filter: Add logical OR operatorNamhyung Kim2023-03-156-17/+79
* perf bpf filter: Add data_src sample data supportNamhyung Kim2023-03-152-0/+84
* perf bpf filter: Add more weight sample data supportNamhyung Kim2023-03-152-0/+14
* perf bpf filter: Add 'pid' sample data supportNamhyung Kim2023-03-156-7/+26
* perf record: Record dropped sample countNamhyung Kim2023-03-155-15/+40
* perf record: Add BPF event filter supportNamhyung Kim2023-03-156-17/+50
* perf bpf filter: Implement event sample filteringNamhyung Kim2023-03-156-13/+236