summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf timechart: Add create_pidcomm helperShang XiaoJing1-12/+16
2022-10-04perf lock: Add get_key_by_aggr_mode helperShang XiaoJing1-76/+53
2022-10-04perf trace: Use zalloc() to save initialization of syscall_statsShang XiaoJing1-4/+1
2022-10-04perf vendor events arm64: Move REMOTE_ACCESS to "memory" categoryNick Forrington6-15/+9
2022-10-04perf intel-pt: Remove first line of log dumped on errorAdrian Hunter1-5/+28
2022-10-04perf intel-pt: Support itrace option flag d+e to log on errorAdrian Hunter4-5/+117
2022-10-04perf intel-pt: Improve object code read error messageAdrian Hunter1-1/+2
2022-10-04perf intel-pt: Improve man page layout slightlyAdrian Hunter1-0/+8
2022-10-04perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter4-0/+24
2022-10-04perf tools: Add perf_config_scan()Adrian Hunter2-0/+32
2022-10-04perf callchain: Remove unneeded 'result' variableye xingchen1-10/+2
2022-10-04perf c2c: Add helpers to get counts of loads or storesShang XiaoJing1-37/+28
2022-10-04perf tools: Add same_cmd_with_prefix() helperShang XiaoJing1-3/+9
2022-10-04perf vendor events: Add missing Neoverse V1 eventsNick Forrington1-0/+30
2022-10-04perf report: Show per-event LOST SAMPLES statNamhyung Kim2-3/+24
2022-10-04perf hist: Add nr_lost_samples to hist_statsNamhyung Kim3-0/+7
2022-10-04perf record: Read and inject LOST_SAMPLES eventsNamhyung Kim1-0/+64
2022-10-04perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim2-1/+10
2022-10-04perf tools: Print LOST read format in the verbose modeNamhyung Kim1-1/+1
2022-10-04perf smt: Tidy header guard add SPDXIan Rogers2-3/+5
2022-10-04perf branch: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual2-0/+19
2022-10-04perf branch: Add branch privilege information request flagAnshuman Khandual5-3/+18
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual5-6/+75
2022-10-04perf branch: Add system error and not in transaction branch typesAnshuman Khandual2-1/+5
2022-10-04perf build: Enable -Wthread-safety with clangIan Rogers1-0/+5
2022-10-04perf top: Fixes for thread safety analysisIan Rogers1-2/+3
2022-10-04perf sched: Fixes for thread safety analysisIan Rogers1-17/+29
2022-10-04perf mutex: Add thread safety annotationsIan Rogers2-5/+67
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers7-5/+28
2022-10-04perf top: Update use of pthread mutexIan Rogers2-11/+12
2022-10-04perf annotate: Update use of pthread mutexIan Rogers4-21/+20
2022-10-04perf dso: Update use of pthread mutexIan Rogers3-10/+10
2022-10-04perf mmap: Remove unnecessary pthread.h includeIan Rogers1-1/+0
2022-10-04perf ui: Update use of pthread mutexIan Rogers8-35/+35
2022-10-04perf sched: Update use of pthread mutexIan Rogers1-35/+32
2022-10-04perf record: Update use of pthread mutexIan Rogers1-4/+9
2022-10-04perf lock: Remove unused pthread.h includeIan Rogers1-1/+0
2022-10-04perf bpf: Remove unused pthread.h includeIan Rogers1-1/+0
2022-10-04perf hist: Update use of pthread mutexIan Rogers3-9/+9
2022-10-04perf tests: Avoid pthread.h inclusionIan Rogers3-5/+1
2022-10-04perf bench: Update use of pthread mutex/condIan Rogers8-171/+153
2022-10-04perf mutex: Wrapped usage of mutex and condPavithra Gurushankar3-0/+166
2022-10-04perf record: Allow multiple recording time rangesAdrian Hunter4-4/+269
2022-10-04perf evlist: Add evlist__{en/dis}able_non_dummy()Adrian Hunter2-6/+26
2022-10-04perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter3-32/+3
2022-10-04perf record: Fix done_fd wakeup eventAdrian Hunter1-1/+2
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter2-2/+83
2022-10-04perf hashmap: Tidy hashmap dependencyIan Rogers4-10/+19
2022-10-04perf metrics: Use 'unsigned int' instead of just 'unsigned'.Xin Gao1-1/+1
2022-10-04perf parse-events: Use 'unsigned int' instead of plain 'unsigned'.Xin Gao1-1/+1