summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-01-22perf tools: Remove redundant err variableMinghao Chi
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers
2022-01-22perf script: Fix printing 'phys_addr' failure issueYao Jin
2022-01-20tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo
2022-01-18perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo
2022-01-18perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo
2022-01-18perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo
2022-01-18perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo
2022-01-18perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa
2022-01-15perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo
2022-01-15perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo
2022-01-15perf metric: Fix metric_leaderIan Rogers
2022-01-14perf cputopo: Fix CPU topology reading on s/390Thomas Richter
2022-01-14perf metricgroup: Fix use after free in metric__new()José Expósito
2022-01-14perf arm: Fix off-by-one directory pathIan Rogers
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-01-12perf pmu-events: Don't lower case MetricExprIan Rogers
2022-01-12perf expr: Add debug logging for literalsIan Rogers
2022-01-12perf tools: Probe non-deprecated sysfs path 1stIan Rogers
2022-01-12perf tools: Fix SMT fallback with large core countsIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf stat: Correct first_shadow_cpu to return indexIan Rogers
2022-01-12perf script: Fix flipped index and cpuIan Rogers
2022-01-12perf c2c: Use more intention revealing iteratorIan Rogers
2022-01-12perf bpf: Rename 'cpu' to 'cpu_map_idx'Ian Rogers
2022-01-12perf stat: Swap variable name cpu to indexIan Rogers
2022-01-12perf stat: Correct check_per_pkg() cpuIan Rogers
2022-01-12perf test: Use perf_cpu_map__for_each_cpu()Ian Rogers
2022-01-12perf evsel: Rename variable cpu to indexIan Rogers
2022-01-12perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers
2022-01-12perf evsel: Rename CPU around get_group_fdIan Rogers
2022-01-12perf stat: Correct variable name for read counterIan Rogers
2022-01-12perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers
2022-01-12perf script: Use for each cpu to aid readabilityIan Rogers
2022-01-12perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers
2022-01-12perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers
2022-01-12perf counts: Switch name cpu to cpu_map_idxIan Rogers
2022-01-12perf evsel: Derive CPUs and threads in alloc_countsIan Rogers
2022-01-12perf stat-display: Avoid use of core for CPUIan Rogers