summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2020-08-10Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-07perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao
2020-08-07perf tools powerpc: Add support for extended regs in power10Athira Rajeev
2020-08-07perf tools powerpc: Add support for extended register capabilityAnju T Sudhakar
2020-08-06tools headers API: Update close_range affected filesArnaldo Carvalho de Melo
2020-08-06perf script: Add 'tod' field to display time of dayJiri Olsa
2020-08-06perf script: Change the 'enum perf_output_field' enumerators to be 64 bitsJiri Olsa
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa
2020-08-06perf tools: Add clockid_name functionJiri Olsa
2020-08-06perf clockid: Move parse_clockid() to new clockid objectJiri Olsa
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-06Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
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: Implement control commands handlingAlexey 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-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-31perf bench: Add benchmark of find_next_bitIan Rogers
2020-07-31perf tools: Fix record failure when mixed with ARM SPE eventWei Li
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter
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 metric group testJiri Olsa
2020-07-30perf metric: Make compute_single function more preciseJiri Olsa
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa
2020-07-30perf metric: Add DCache_L2 to metric parse testJiri Olsa
2020-07-30perf metric: Add cache_miss_cycles to metric parse testJiri 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