| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-02 | perf tools: Add helper x86__is_intel_cpu() | Dapeng Mi | 1 | -0/+2 |
| 2025-07-25 | perf env: Remove global perf_env | Ian Rogers | 1 | -2/+0 |
| 2025-06-26 | perf top: populate PMU capabilities data in perf_env | Thomas Falcon | 1 | -0/+1 |
| 2025-06-20 | perf record: collect BPF metadata from new programs | Blake Jones | 1 | -0/+6 |
| 2024-12-18 | perf env: Move arch errno function to only use in env | Ian Rogers | 1 | -2/+0 |
| 2024-12-10 | perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info() | Zhongqiu Han | 1 | -1/+1 |
| 2024-12-10 | perf header: Fix one memory leakage in process_bpf_prog_info() | Zhongqiu Han | 1 | -1/+1 |
| 2024-10-22 | perf tools: Move x86__is_amd_cpu() to util/env.c | Namhyung Kim | 1 | -0/+4 |
| 2024-09-11 | perf env: Find correct branch counter info on hybrid | Kan Liang | 1 | -0/+3 |
| 2024-02-09 | perf stat: Support per-cluster aggregation | Yicong Yang | 1 | -0/+1 |
| 2024-01-03 | perf env: Avoid recursively taking env->bpf_progs.lock | Ian Rogers | 1 | -0/+4 |
| 2023-12-04 | perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno() | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2023-12-04 | perf env: Introduce perf_env__arch_strerrno() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2023-11-10 | perf header: Additional note on AMD IBS for max_precise pmu cap | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2023-11-06 | perf header: Support num and width of branch counters | Kan Liang | 1 | -0/+5 |
| 2022-06-24 | perf header: Record non-CPU PMU capabilities | Ravi Bangoria | 1 | -5/+7 |
| 2022-06-24 | perf header: Store PMU caps in an array of strings | Ravi Bangoria | 1 | -2/+2 |
| 2022-01-12 | perf cpumap: Give CPUs their own type | Ian Rogers | 1 | -1/+2 |
| 2021-11-13 | perf bpf: Avoid memory leak from perf_env__insert_btf() | Ian Rogers | 1 | -1/+1 |
| 2021-09-10 | perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappings | Kim Phillips | 1 | -0/+5 |
| 2021-08-09 | perf env: Track kernel 64-bit mode in environment | Leo Yan | 1 | -0/+3 |
| 2021-05-17 | perf header: Support HYBRID_CPU_PMU_CAPS feature | Jin Yao | 1 | -0/+9 |
| 2021-05-17 | perf header: Support HYBRID_TOPOLOGY feature | Jin Yao | 1 | -0/+7 |
| 2020-11-04 | perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORT | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-08-06 | perf tools: Move clockid_res_ns under clock struct | Jiri Olsa | 1 | -1/+1 |
| 2020-08-06 | perf header: Store clock references for -k/--clockid option | Jiri Olsa | 1 | -0/+12 |
| 2020-04-18 | perf header: Support CPU PMU capabilities | Kan Liang | 1 | -0/+3 |
| 2020-04-03 | perf cgroup: Maintain cgroup hierarchy | Namhyung Kim | 1 | -0/+6 |
| 2019-11-06 | perf env: Add perf_env__numa_node() | Jiri Olsa | 1 | -0/+6 |
| 2019-10-07 | perf env: Add routine to read the env->cpuid from the running machine | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-20 | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-07-29 | perf cpu_map: Rename struct cpu_map to struct perf_cpu_map | Jiri Olsa | 1 | -1/+1 |
| 2019-06-10 | perf header: Add die information in CPU topology | Kan Liang | 1 | -0/+3 |
| 2019-05-15 | perf record: Implement COMPRESSED event record and its attributes | Alexey Budankov | 1 | -0/+10 |
| 2019-05-15 | perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics | Alexey Budankov | 1 | -0/+1 |
| 2019-03-19 | perf bpf: Save BTF in a rbtree in perf_env | Song Liu | 1 | -0/+5 |
| 2019-03-19 | perf bpf: Save bpf_prog_info in a rbtree in perf_env | Song Liu | 1 | -0/+19 |
| 2018-10-18 | perf record: Encode -k clockid frequency into Perf trace | Alexey Budankov | 1 | -0/+1 |
| 2018-05-22 | perf machine: Add nr_cpus_avail() | Adrian Hunter | 1 | -0/+1 |
| 2018-05-19 | perf machine: Add machine__is() to identify machine arch | Adrian Hunter | 1 | -0/+2 |
| 2018-03-08 | perf tools: Add MEM_TOPOLOGY feature to perf data file | Jiri Olsa | 1 | -0/+9 |
| 2017-12-27 | perf env: Adopt perf_env__arch() from the annotate code | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-07-04 | perf header: Transform nodes string info to struct | Jiri Olsa | 1 | -1/+9 |
| 2016-02-16 | perf tools: Add perf data cache feature | Jiri Olsa | 1 | -0/+15 |
| 2015-09-14 | perf env: Introduce read_cpu_topology_map() method | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2015-09-14 | perf env: Read msr pmu type from header | Kan Liang | 1 | -0/+1 |
| 2015-09-14 | perf env: Adopt perf_header__set_cmdline | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2015-09-14 | perf env: Move perf_env out of header.h and session.c into separate object | Arnaldo Carvalho de Melo | 1 | -0/+37 |