aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf topology: Add core_wideIan Rogers4-0/+70
2022-10-04perf smt: Compute SMT from topologyIan Rogers5-92/+34
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers4-13/+10
2022-10-04perf pmu: Remove perf_pmu_lex() needless declarationGaosheng Cui1-2/+0
2022-10-04perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftover declarationsGaosheng Cui1-2/+0
2022-10-04perf cpumap: Add range data encodingIan Rogers3-78/+109
2022-10-04perf events: Prefer union over variable length arrayIan Rogers2-23/+13
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 Hunter3-4/+113
2022-10-04perf intel-pt: Improve object code read error messageAdrian Hunter1-1/+2
2022-10-04perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter2-0/+16
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 report: Show per-event LOST SAMPLES statNamhyung Kim1-3/+7
2022-10-04perf hist: Add nr_lost_samples to hist_statsNamhyung Kim3-0/+7
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 Khandual1-0/+13
2022-10-04perf branch: Add branch privilege information request flagAnshuman Khandual3-2/+4
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual3-4/+59
2022-10-04perf branch: Add system error and not in transaction branch typesAnshuman Khandual1-1/+3
2022-10-04perf mutex: Add thread safety annotationsIan Rogers2-5/+67
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers6-5/+24
2022-10-04perf top: Update use of pthread mutexIan Rogers1-2/+3
2022-10-04perf annotate: Update use of pthread mutexIan Rogers2-9/+8
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 bpf: Remove unused pthread.h includeIan Rogers1-1/+0
2022-10-04perf hist: Update use of pthread mutexIan Rogers2-5/+5
2022-10-04perf mutex: Wrapped usage of mutex and condPavithra Gurushankar3-0/+166
2022-10-04perf record: Allow multiple recording time rangesAdrian Hunter2-0/+243
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 Hunter2-18/+2
2022-10-04perf record: Fix done_fd wakeup eventAdrian Hunter1-1/+2
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
2022-09-29perf build: Fixup disabling of -Wdeprecated-declarations for the python scripting engineArnaldo Carvalho de Melo1-1/+1
2022-09-29perf parse-events: Ignore clang 15 warning about variable set but unused in bison produced codeJiri Olsa1-1/+1
2022-09-28perf arm-spe: augment the data source type with neoverse_spe listJing Zhang1-1/+1
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing4-43/+57
2022-09-26perf print-events: Fix "perf list" can not display the PMU prefix for some hybrid cache eventsZhengjun Xing1-1/+1
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2-5/+24
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo9-122/+225
2022-09-21perf tools: Honor namespace when synthesizing build-idsNamhyung Kim1-3/+14
2022-09-21perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-09-21perf jit: Include program header in ELF filesLieven Hey2-0/+18
2022-09-21perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersNamhyung Kim1-3/+3
2022-09-21perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim1-2/+2