summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+71
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa-7/+24
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao-0/+1
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo-4/+4
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant-1/+8
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant-1/+8
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers-13/+17
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter-1/+1
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao-0/+3
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson-2/+2
2020-08-21perf: arm-spe: Fix check error when synthesizing eventsWei Li-3/+3
2020-08-21perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsArnaldo Carvalho de Melo-0/+1
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko-1/+1
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler-0/+19
2020-08-14perf tools: Add general function to parse sublevel optionsChangbin Du-44/+99
2020-08-13perf tools: Fix module symbol processingJiri Olsa-5/+4
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa-35/+35
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa-20/+38
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa-5/+5
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa-0/+126
2020-08-06perf tools: Add clockid_name functionJiri Olsa-0/+13
2020-08-06perf clockid: Move parse_clockid() to new clockid objectJiri Olsa-0/+118
2020-08-06perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov-2/+4
2020-08-06perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter-0/+18
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter-5/+169
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter-0/+6
2020-08-06perf intel-pt: Time filter logged perf eventsAdrian Hunter-3/+16
2020-08-06perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter-7/+10
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter-1/+12
2020-08-06perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter-0/+9
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter-1/+55
2020-08-06perf auxtrace: Add missing itrace options to help textAdrian Hunter-1/+5
2020-08-06perf tools: Improve aux_output not supported errorAdrian Hunter-0/+4
2020-08-06perf intel-pt: Fix duplicate branch after CBRAdrian Hunter-2/+6
2020-08-06perf intel-pt: Fix FUP packet stateAdrian Hunter-14/+7
2020-08-04perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao-2/+4
2020-08-04perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov-0/+2
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov-1/+1
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov-0/+2
2020-08-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-4/+8
2020-07-30perf metric: Rename group_list to metric_listJiri Olsa-21/+21
2020-07-30perf metric: Rename struct egroup to metricJiri Olsa-75/+75
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa-13/+120
2020-07-30perf metric: Add events for the current listJiri Olsa-3/+6
2020-07-30perf metric: Compute referenced metricsJiri Olsa-2/+36
2020-07-30perf metric: Add referenced metrics to hash dataJiri Olsa-7/+80
2020-07-30perf metric: Collect referenced metrics in struct metric_exprJiri Olsa-0/+38
2020-07-30perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa-16/+172
2020-07-30perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa-11/+6
2020-07-30perf metric: Add add_metric functionJiri Olsa-26/+36