aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14perf bpf: Stop using deprecated bpf_object__next() APIChristy Lee1-19/+79
2022-02-14perf bpf: Stop using deprecated bpf_load_program() APIChristy Lee1-0/+13
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers6-25/+61
2022-02-11perf map: Add const to map_ip and unmap_ipIan Rogers2-16/+23
2022-02-11perf cpumap: Use for each loopIan Rogers1-8/+6
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev5-33/+54
2022-02-10perf session: Load data directory files for analysisAlexey Bayduraev1-0/+133
2022-02-10perf record: Extend --threads command line optionAlexey Bayduraev1-0/+1
2022-02-10perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev2-0/+12
2022-02-10perf record: Introduce data file at mmap buffer objectAlexey Bayduraev1-0/+1
2022-02-10perf record: Start threads in the beginning of trace streamingAlexey Bayduraev1-0/+1
2022-02-10perf record: Introduce function to propagate control commandsAlexey Bayduraev2-0/+17
2022-02-10perf annotate: Try chroot filename for objdumpNamhyung Kim1-0/+10
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim5-2/+69
2022-02-06perf stat: Fix display of grouped aliased eventsIan Rogers1-9/+10
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez3-2/+5
2022-02-06perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida1-1/+1
2022-02-06perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan1-0/+19
2022-02-06perf session: Check for NULL pointer before dereferenceAmeer Hamza1-1/+2
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim1-0/+1
2022-02-06perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual1-1/+1
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry1-9/+33
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry4-4/+41
2022-01-22perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-22perf cpumap: Remove duplicate include in cpumap.hLv Ruyi1-1/+0
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers15-44/+48
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers1-3/+3
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename)Arnaldo Carvalho de Melo1-1/+2
2022-01-18perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo1-5/+9
2022-01-18perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo1-5/+9
2022-01-18perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo1-1/+7
2022-01-18perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen1-0/+3
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds64-830/+2317
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-0/+12
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa2-0/+21
2022-01-15perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo1-1/+1
2022-01-15perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo1-0/+10
2022-01-15perf metric: Fix metric_leaderIan Rogers1-1/+1
2022-01-14perf cputopo: Fix CPU topology reading on s/390Thomas Richter1-1/+2
2022-01-14perf metricgroup: Fix use after free in metric__new()José Expósito1-1/+1
2022-01-14perf arm: Fix off-by-one directory pathIan Rogers1-1/+1
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-2/+19
2022-01-12perf pmu-events: Don't lower case MetricExprIan Rogers1-1/+1
2022-01-12perf expr: Add debug logging for literalsIan Rogers1-12/+25
2022-01-12perf tools: Probe non-deprecated sysfs path 1stIan Rogers1-3/+2
2022-01-12perf tools: Fix SMT fallback with large core countsIan Rogers1-10/+58
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers30-164/+192
2022-01-12perf stat: Correct first_shadow_cpu to return indexIan Rogers1-8/+7
2022-01-12perf bpf: Rename 'cpu' to 'cpu_map_idx'Ian Rogers2-12/+11
2022-01-12perf stat: Swap variable name cpu to indexIan Rogers3-164/+164