aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (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 Lee2-10/+17
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers8-27/+63
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-11perf cpumap: Migrate to libperf cpumap apiIan Rogers1-6/+6
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev9-37/+59
2022-02-10perf session: Load data directory files for analysisAlexey Bayduraev1-0/+133
2022-02-10perf record: Implement compatibility checksAlexey Bayduraev1-3/+46
2022-02-10perf record: Extend --threads command line optionAlexey Bayduraev3-4/+349
2022-02-10perf record: Introduce --threads command line optionAlexey Bayduraev2-1/+51
2022-02-10perf record: Introduce data transferred and compressed statsAlexey Bayduraev1-3/+22
2022-02-10perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev3-7/+23
2022-02-10perf record: Introduce bytes written statsAlexey Bayduraev1-3/+18
2022-02-10perf record: Introduce data file at mmap buffer objectAlexey Bayduraev2-5/+33
2022-02-10perf record: Start threads in the beginning of trace streamingAlexey Bayduraev2-1/+121
2022-02-10perf record: Stop threads in the end of trace streamingAlexey Bayduraev1-0/+31
2022-02-10perf record: Introduce thread local variableAlexey Bayduraev1-46/+94
2022-02-10perf record: Introduce function to propagate control commandsAlexey Bayduraev2-0/+17
2022-02-10perf record: Introduce thread specific data arrayAlexey Bayduraev1-3/+244
2022-02-10perf record: Introduce thread affinity and mmap masksAlexey Bayduraev1-0/+123
2022-02-10perf lock: Carefully combine lock stats for discarded entriesNamhyung Kim1-0/+16
2022-02-10perf lock: Add -c/--combine-locks optionNamhyung Kim2-0/+72
2022-02-10perf lock: Fix lock name length check for printingNamhyung Kim1-1/+1
2022-02-10perf lock: Sort map info based on class nameNamhyung Kim1-1/+19
2022-02-10perf lock: Change type of lock_stat->addr to u64Namhyung Kim1-26/+9
2022-02-10perf lock: Convert lockhash_table to use hlistNamhyung Kim1-8/+8
2022-02-10perf annotate: Try chroot filename for objdumpNamhyung Kim1-0/+10
2022-02-10perf inject: Try chroot directory when reading build-idNamhyung Kim1-0/+10
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim5-2/+69
2022-02-06perf ftrace: system_wide collection is not effective by defaultChangbin Du1-21/+24
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-02-01perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAArnaldo Carvalho de Melo1-1/+1
2022-01-22perf tools: Remove redundant err variableMinghao Chi1-4/+1
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry2-9/+82
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry2-0/+48
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 Rogers30-85/+97
2022-01-22perf python: Fix cpu_map__item() buildingIan Rogers1-3/+3
2022-01-22perf script: Fix printing 'phys_addr' failure issueYao Jin1-1/+1
2022-01-20tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo4-0/+4
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/', filename)Arnaldo Carvalho de Melo1-1/+2