summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
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
2020-07-30perf metric: Add macros for iterating map eventsJiri Olsa-37/+40
2020-07-30perf metric: Add expr__del_id functionJiri Olsa-8/+14
2020-07-30perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa-13/+14
2020-07-30perf metric: Add expr__add_id functionJiri Olsa-7/+27
2020-07-30perf metric: Fix memory leak in expr__add_id functionJiri Olsa-0/+2
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa-8/+41
2020-07-30perf tools: Allow r0x<HEX> event syntaxJiri Olsa-0/+1
2020-07-22perf stat: extend -D,--delay option with -1 valueAlexey Budankov-1/+4
2020-07-22perf evlist: Implement control command handling functionsAlexey Budankov-0/+158
2020-07-22perf evlist: Introduce control file descriptorsAlexey Budankov-0/+8
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov-1/+1
2020-07-17perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo-4/+8
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa-12/+16