summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2021-03-30perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers1-4/+5
2021-03-30perf auxtrace: Fix auxtrace queue conflictAdrian Hunter1-4/+0
2021-03-17perf report: Fix -F for branch & mem modesRavi Bangoria1-2/+2
2021-03-17perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers1-0/+1
2021-03-04perf stat: Use nftw() instead of ftw()Paul Cercueil1-4/+4
2021-03-04perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter3-0/+41
2021-03-04perf intel-pt: Fix premature IPCAdrian Hunter3-11/+17
2021-03-04perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter1-0/+3
2021-03-04perf unwind: Set userdata for all __report_module() pathsDave Rigby1-3/+8
2021-03-04perf record: Fix continue profiling after draining the bufferYang Jihong2-0/+12
2021-03-04perf symbols: Fix return value when loading PE DSONicholas Fraser1-1/+3
2021-03-04perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov1-2/+1
2021-03-04perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo1-0/+2
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry1-3/+2
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry1-2/+9
2021-01-15perf inject: Correct event attribute sizesAl Grant1-0/+8
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2-3/+3
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim1-7/+19
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim1-173/+173
2020-12-24perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo1-3/+10
2020-12-24perf stat aggregation: Add separate thread memberJames Clark3-12/+12
2020-12-24perf stat aggregation: Add separate core memberJames Clark3-21/+19
2020-12-24perf stat aggregation: Add separate die memberJames Clark3-22/+18
2020-12-24perf stat aggregation: Add separate socket memberJames Clark4-32/+28
2020-12-24perf stat aggregation: Add separate node memberJames Clark3-6/+13
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark3-8/+8
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark3-13/+13
2020-12-24perf cpumap: Add new map type for aggregationJames Clark2-0/+25
2020-12-24perf stat: Replace aggregation ID with a structJames Clark5-86/+121
2020-12-24perf cpumap: Add new struct for cpu aggregationJames Clark2-0/+26
2020-12-24perf cpumap: Use existing allocator to avoid using mallocJames Clark1-4/+4
2020-12-19perf sort: Add sort option for data page sizeKan Liang6-2/+41
2020-12-19perf script: Support data page sizeKan Liang2-0/+16
2020-12-17perf tools: Add support to read build id from compressed elfJiri Olsa1-2/+35
2020-12-17perf debug: Add debug_set_file functionJiri Olsa2-1/+10
2020-12-17perf tools: Add evlist__disable_evsel/evlist__enable_evselJiri Olsa2-3/+68
2020-12-17perf metricgroup: Support adding metrics for system PMUsJohn Garry1-6/+60
2020-12-17perf metricgroup: Support printing metric groups for system PMUsJohn Garry1-4/+60
2020-12-17perf metricgroup: Split up metricgroup__print()John Garry1-54/+70
2020-12-17perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry1-1/+3
2020-12-17perf evlist: Change evlist__splice_list_tail() orderingJohn Garry1-4/+15
2020-12-17perf pmu: Add pmu_add_sys_aliases()John Garry2-0/+80
2020-12-17perf pmu: Add pmu_id()John Garry2-0/+19
2020-12-17perf evsel: Emit warning about kernel not supporting the data page size sampl...Arnaldo Carvalho de Melo2-1/+9
2020-12-17perf record: Support new sample type for data page sizeKan Liang5-1/+20
2020-12-17perf unwind: Fix separate debug info files when using elfutils' libdw's unwinderJan Kratochvil1-5/+27
2020-12-17perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' nr_threads methodArnaldo Carvalho de Melo1-3/+2
2020-11-30perf evlist: Use the right prefix for 'struct evlist' deliver event methodArnaldo Carvalho de Melo1-8/+4
2020-11-30perf evlist: Use the right prefix for 'struct evlist' header methodsArnaldo Carvalho de Melo4-13/+8