Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'acpi-pfrut' | Rafael J. Wysocki | 2022-01-17 | 6 | -9/+594 | |
| |\ \ \ \ | ||||||
| | * | | | | ACPI: tools: Introduce utility for firmware updates/telemetry | Chen Yu | 2021-12-27 | 6 | -9/+594 | |
* | | | | | | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2022-01-18 | 153 | -2175/+4685 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | perf record: Disable debuginfod by default | Jiri Olsa | 2022-01-15 | 7 | -12/+70 | |
| * | | | | | | perf evlist: No need to do any affinity setup when profiling pids | Arnaldo Carvalho de Melo | 2022-01-15 | 1 | -1/+1 | |
| * | | | | | | perf cpumap: Add is_dummy() method | Arnaldo Carvalho de Melo | 2022-01-15 | 1 | -0/+10 | |
| * | | | | | | perf metric: Fix metric_leader | Ian Rogers | 2022-01-15 | 1 | -1/+1 | |
| * | | | | | | perf cputopo: Fix CPU topology reading on s/390 | Thomas Richter | 2022-01-14 | 1 | -1/+2 | |
| * | | | | | | perf metricgroup: Fix use after free in metric__new() | José Expósito | 2022-01-14 | 1 | -1/+1 | |
| * | | | | | | libperf tests: Update a use of the new cpumap API | Ian Rogers | 2022-01-14 | 1 | -2/+3 | |
| * | | | | | | perf arm: Fix off-by-one directory path | Ian Rogers | 2022-01-14 | 1 | -1/+1 | |
| * | | | | | | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2022-01-14 | 1 | -0/+17 | |
| * | | | | | | tools headers cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 2022-01-13 | 1 | -0/+1 | |
| * | | | | | | tools headers UAPI: Update tools's copy of drm.h header | Arnaldo Carvalho de Melo | 2022-01-13 | 1 | -0/+18 | |
| * | | | | | | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ... | Arnaldo Carvalho de Melo | 2022-01-13 | 2 | -9/+9 | |
| * | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2022-01-13 | 379 | -3793/+15867 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | perf pmu-events: Don't lower case MetricExpr | Ian Rogers | 2022-01-12 | 2 | -3/+1 | |
| * | | | | | | | perf expr: Add debug logging for literals | Ian Rogers | 2022-01-12 | 1 | -12/+25 | |
| * | | | | | | | perf tools: Probe non-deprecated sysfs path 1st | Ian Rogers | 2022-01-12 | 1 | -3/+2 | |
| * | | | | | | | perf tools: Fix SMT fallback with large core counts | Ian Rogers | 2022-01-12 | 1 | -10/+58 | |
| * | | | | | | | perf cpumap: Give CPUs their own type | Ian Rogers | 2022-01-12 | 64 | -356/+431 | |
| * | | | | | | | perf stat: Correct first_shadow_cpu to return index | Ian Rogers | 2022-01-12 | 1 | -8/+7 | |
| * | | | | | | | perf script: Fix flipped index and cpu | Ian Rogers | 2022-01-12 | 1 | -1/+1 | |
| * | | | | | | | perf c2c: Use more intention revealing iterator | Ian Rogers | 2022-01-12 | 1 | -5/+5 | |
| * | | | | | | | perf bpf: Rename 'cpu' to 'cpu_map_idx' | Ian Rogers | 2022-01-12 | 2 | -12/+11 | |
| * | | | | | | | libperf: Sync evsel documentation | Ian Rogers | 2022-01-12 | 1 | -5/+5 | |
| * | | | | | | | perf stat: Swap variable name cpu to index | Ian Rogers | 2022-01-12 | 3 | -164/+164 | |
| * | | | | | | | perf stat: Correct check_per_pkg() cpu | Ian Rogers | 2022-01-12 | 1 | -2/+3 | |
| * | | | | | | | perf test: Use perf_cpu_map__for_each_cpu() | Ian Rogers | 2022-01-12 | 1 | -14/+14 | |
| * | | | | | | | perf evsel: Rename variable cpu to index | Ian Rogers | 2022-01-12 | 4 | -47/+48 | |
| * | | | | | | | perf evsel: Reduce scope of evsel__ignore_missing_thread | Ian Rogers | 2022-01-12 | 2 | -8/+4 | |
| * | | | | | | | perf evsel: Rename CPU around get_group_fd | Ian Rogers | 2022-01-12 | 1 | -11/+11 | |
| * | | | | | | | perf stat: Correct variable name for read counter | Ian Rogers | 2022-01-12 | 3 | -35/+35 | |
| * | | | | | | | perf evsel: Pass cpu not cpu map index to synthesize | Ian Rogers | 2022-01-12 | 1 | -2/+3 | |
| * | | | | | | | perf evlist: Refactor evlist__for_each_cpu() | Ian Rogers | 2022-01-12 | 4 | -166/+210 | |
| * | | | | | | | libperf: Allow NULL in perf_cpu_map__idx() | Ian Rogers | 2022-01-12 | 1 | -1/+6 | |
| * | | | | | | | perf script: Use for each cpu to aid readability | Ian Rogers | 2022-01-12 | 1 | -4/+3 | |
| * | | | | | | | perf stat: Use perf_cpu_map__for_each_cpu() | Ian Rogers | 2022-01-12 | 1 | -5/+6 | |
| * | | | | | | | perf stat: Rename aggr_data cpu to imply it's an index | Ian Rogers | 2022-01-12 | 1 | -5/+5 | |
| * | | | | | | | perf counts: Switch name cpu to cpu_map_idx | Ian Rogers | 2022-01-12 | 1 | -6/+6 | |
| * | | | | | | | libperf: Use cpu not index for evsel mmap | Ian Rogers | 2022-01-12 | 1 | -1/+2 | |
| * | | | | | | | libperf: Switch cpu to more accurate cpu_map_idx | Ian Rogers | 2022-01-12 | 2 | -48/+50 | |
| * | | | | | | | perf evsel: Derive CPUs and threads in alloc_counts | Ian Rogers | 2022-01-12 | 5 | -20/+15 | |
| * | | | | | | | perf stat-display: Avoid use of core for CPU | Ian Rogers | 2022-01-12 | 1 | -23/+22 | |
| * | | | | | | | perf cpumap: Add CPU to aggr_cpu_id | Ian Rogers | 2022-01-12 | 3 | -4/+48 | |
| * | | | | | | | perf stat: Fix memory leak in check_per_pkg() | Ian Rogers | 2022-01-12 | 1 | -2/+3 | |
| * | | | | | | | perf cpumap: Trim the cpu_aggr_map | Ian Rogers | 2022-01-12 | 1 | -1/+9 | |
| * | | | | | | | perf cpumap: Add some comments to cpu_aggr_map | Ian Rogers | 2022-01-12 | 1 | -1/+9 | |
| * | | | | | | | perf cpumap: Move 'has' function to libperf | Ian Rogers | 2022-01-12 | 11 | -22/+23 | |
| * | | | | | | | perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions | Ian Rogers | 2022-01-12 | 4 | -24/+45 |