summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2020-08-06perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov
2020-08-06perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter
2020-08-06perf intel-pt: Time filter logged perf eventsAdrian Hunter
2020-08-06perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter
2020-08-06perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter
2020-08-06perf auxtrace: Add missing itrace options to help textAdrian Hunter
2020-08-06perf tools: Improve aux_output not supported errorAdrian Hunter
2020-08-06perf intel-pt: Fix duplicate branch after CBRAdrian Hunter
2020-08-06perf intel-pt: Fix FUP packet stateAdrian Hunter
2020-08-04perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao
2020-08-04perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov
2020-08-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2020-07-30perf metric: Rename group_list to metric_listJiri Olsa
2020-07-30perf metric: Rename struct egroup to metricJiri Olsa
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa
2020-07-30perf metric: Add events for the current listJiri Olsa
2020-07-30perf metric: Compute referenced metricsJiri Olsa
2020-07-30perf metric: Add referenced metrics to hash dataJiri Olsa
2020-07-30perf metric: Collect referenced metrics in struct metric_exprJiri Olsa
2020-07-30perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa
2020-07-30perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa
2020-07-30perf metric: Add add_metric functionJiri Olsa
2020-07-30perf metric: Add macros for iterating map eventsJiri Olsa
2020-07-30perf metric: Add expr__del_id functionJiri Olsa
2020-07-30perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa
2020-07-30perf metric: Add expr__add_id functionJiri Olsa
2020-07-30perf metric: Fix memory leak in expr__add_id functionJiri Olsa
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa
2020-07-30perf tools: Allow r0x<HEX> event syntaxJiri Olsa
2020-07-22perf stat: extend -D,--delay option with -1 valueAlexey Budankov
2020-07-22perf evlist: Implement control command handling functionsAlexey Budankov
2020-07-22perf evlist: Introduce control file descriptorsAlexey Budankov
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov
2020-07-17perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa
2020-07-17perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu
2020-07-17perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-07-17perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu
2020-07-17perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu
2020-07-10perf parse-events: Report BPF errorsIan Rogers
2020-07-10perf script: Show text poke address symbolAdrian Hunter
2020-07-10perf intel-pt: Add support for text poke eventsAdrian Hunter
2020-07-10perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter