aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa2020-09-033-7/+24
* perf stat: Turn off summary for interval mode by defaultJin Yao2020-09-031-0/+1
* perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo2020-09-031-4/+4
* perf intel-pt: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
* perf cs-etm: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
* perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers2020-09-011-13/+17
* perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter2020-09-011-1/+1
* perf parse-events: Set exclude_guest=1 for user-space countingJin Yao2020-09-011-0/+3
* perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2020-09-012-2/+2
* perf: arm-spe: Fix check error when synthesizing eventsWei Li2020-08-211-3/+3
* perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsArnaldo Carvalho de Melo2020-08-211-0/+1
* perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler2020-08-141-0/+19
* perf tools: Add general function to parse sublevel optionsChangbin Du2020-08-144-44/+99
* perf tools: Fix module symbol processingJiri Olsa2020-08-132-5/+4
* perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa2020-08-137-35/+35
* perf data: Add support to store time of day in CTF data conversionJiri Olsa2020-08-062-20/+38
* perf tools: Move clockid_res_ns under clock structJiri Olsa2020-08-062-5/+5
* perf header: Store clock references for -k/--clockid optionJiri Olsa2020-08-063-0/+126
* perf tools: Add clockid_name functionJiri Olsa2020-08-062-0/+13
* perf clockid: Move parse_clockid() to new clockid objectJiri Olsa2020-08-063-0/+118
* perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov2020-08-061-2/+4
* perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter2020-08-061-0/+18
* perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter2020-08-063-5/+169
* perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter2020-08-062-0/+6
* perf intel-pt: Time filter logged perf eventsAdrian Hunter2020-08-061-3/+16
* perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter2020-08-061-7/+10
* perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter2020-08-062-1/+12
* perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter2020-08-061-0/+9
* perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter2020-08-062-1/+55
* perf auxtrace: Add missing itrace options to help textAdrian Hunter2020-08-061-1/+5
* perf tools: Improve aux_output not supported errorAdrian Hunter2020-08-061-0/+4
* perf intel-pt: Fix duplicate branch after CBRAdrian Hunter2020-08-061-2/+6
* perf intel-pt: Fix FUP packet stateAdrian Hunter2020-08-061-14/+7
* perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao2020-08-041-2/+4
* perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov2020-08-041-0/+2
* perf record: Extend -D,--delay option with -1 valueAlexey Budankov2020-08-041-1/+1
* perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov2020-08-041-0/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-031-4/+8
|\
| * perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo2020-07-171-4/+8
* | perf metric: Rename group_list to metric_listJiri Olsa2020-07-301-21/+21
* | perf metric: Rename struct egroup to metricJiri Olsa2020-07-301-75/+75
* | perf metric: Add recursion check when processing nested metricsJiri Olsa2020-07-303-13/+120
* | perf metric: Add events for the current listJiri Olsa2020-07-301-3/+6
* | perf metric: Compute referenced metricsJiri Olsa2020-07-303-2/+36
* | perf metric: Add referenced metrics to hash dataJiri Olsa2020-07-303-7/+80
* | perf metric: Collect referenced metrics in struct metric_exprJiri Olsa2020-07-302-0/+38
* | perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa2020-07-301-16/+172
* | perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa2020-07-301-11/+6
* | perf metric: Add add_metric functionJiri Olsa2020-07-301-26/+36
* | perf metric: Add macros for iterating map eventsJiri Olsa2020-07-301-37/+40