aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa7-35/+35
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa2-20/+38
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa2-5/+5
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa3-0/+126
2020-08-06perf tools: Add clockid_name functionJiri Olsa2-0/+13
2020-08-06perf clockid: Move parse_clockid() to new clockid objectJiri Olsa3-0/+118
2020-08-06perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov1-2/+4
2020-08-06perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter1-0/+18
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter3-5/+169
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter2-0/+6
2020-08-06perf intel-pt: Time filter logged perf eventsAdrian Hunter1-3/+16
2020-08-06perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter1-7/+10
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter2-1/+12
2020-08-06perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter1-0/+9
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter2-1/+55
2020-08-06perf auxtrace: Add missing itrace options to help textAdrian Hunter1-1/+5
2020-08-06perf tools: Improve aux_output not supported errorAdrian Hunter1-0/+4
2020-08-06perf intel-pt: Fix duplicate branch after CBRAdrian Hunter1-2/+6
2020-08-06perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-08-04perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao1-2/+4
2020-08-04perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov1-0/+2
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov1-1/+1
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov1-0/+2
2020-08-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-4/+8
2020-07-30perf metric: Rename group_list to metric_listJiri Olsa1-21/+21
2020-07-30perf metric: Rename struct egroup to metricJiri Olsa1-75/+75
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa3-13/+120
2020-07-30perf metric: Add events for the current listJiri Olsa1-3/+6
2020-07-30perf metric: Compute referenced metricsJiri Olsa3-2/+36
2020-07-30perf metric: Add referenced metrics to hash dataJiri Olsa3-7/+80
2020-07-30perf metric: Collect referenced metrics in struct metric_exprJiri Olsa2-0/+38
2020-07-30perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa1-16/+172
2020-07-30perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa1-11/+6
2020-07-30perf metric: Add add_metric functionJiri Olsa1-26/+36
2020-07-30perf metric: Add macros for iterating map eventsJiri Olsa1-37/+40
2020-07-30perf metric: Add expr__del_id functionJiri Olsa2-8/+14
2020-07-30perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa3-13/+14
2020-07-30perf metric: Add expr__add_id functionJiri Olsa3-7/+27
2020-07-30perf metric: Fix memory leak in expr__add_id functionJiri Olsa1-0/+2
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa3-8/+41
2020-07-30perf tools: Allow r0x<HEX> event syntaxJiri Olsa1-0/+1
2020-07-22perf stat: extend -D,--delay option with -1 valueAlexey Budankov2-1/+4
2020-07-22perf evlist: Implement control command handling functionsAlexey Budankov2-0/+158
2020-07-22perf evlist: Introduce control file descriptorsAlexey Budankov2-0/+8
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov1-1/+1
2020-07-17perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo1-4/+8
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa3-12/+16
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa4-5/+5
2020-07-17perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu1-2/+6
2020-07-17perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1