aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14perf tools: Add general function to parse sublevel optionsChangbin Du4-44/+99
2020-08-14perf ftrace: Add option '--inherit' to trace children processesChangbin Du2-0/+41
2020-08-14perf ftrace: Show trace column headerChangbin Du1-0/+3
2020-08-14perf ftrace: Add option '-m/--buffer-size' to set per-cpu buffer sizeChangbin Du2-0/+60
2020-08-14perf ftrace: Factor out function write_tracing_file_int()Changbin Du1-5/+12
2020-08-14perf ftrace: Add option '-F/--funcs' to list available functionsChangbin Du2-0/+50
2020-08-14perf ftrace: Select function/function_graph tracer automaticallyChangbin Du3-23/+48
2020-08-13perf bench numa: Use numa_node_to_cpus() to bind tasks to nodesAlexander Gordeev1-17/+16
2020-08-13perf bench numa: Fix cpumask memory leak in node_has_cpus()Alexander Gordeev1-4/+9
2020-08-13perf tools: Fix module symbol processingJiri Olsa2-5/+4
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa7-35/+35
2020-08-13perf test: Allow multiple probes in record+script_probe_vfs_getname.shMichael Petlan1-2/+2
2020-08-13perf bench mem: Always memset source before memcpyVincent Whitchurch1-10/+11
2020-08-13perf sched: Prefer sched_waking event when it existsDavid Ahern1-3/+29
2020-08-12perf bench: Fix a couple of spelling mistakes in options textColin Ian King1-2/+2
2020-08-12perf bench numa: Fix benchmark namesAlexander Gordeev1-18/+17
2020-08-12perf bench numa: Fix number of processes in "2x3-convergence" testAlexander Gordeev1-1/+1
2020-08-12perf trace beauty: Use the autogenerated protocol family tableArnaldo Carvalho de Melo3-8/+13
2020-08-12perf trace beauty: Add script to autogenerate socket families tableArnaldo Carvalho de Melo2-0/+466
2020-08-10Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds96-649/+3633
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2020-08-07perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao1-2/+2
2020-08-07perf tools powerpc: Add support for extended regs in power10Athira Rajeev2-0/+9
2020-08-07perf tools powerpc: Add support for extended register capabilityAnju T Sudhakar4-9/+69
2020-08-06tools headers API: Update close_range affected filesArnaldo Carvalho de Melo1-0/+1
2020-08-06perf script: Add 'tod' field to display time of dayJiri Olsa1-33/+98
2020-08-06perf script: Change the 'enum perf_output_field' enumerators to be 64 bitsJiri Olsa1-32/+32
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa4-20/+42
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa3-8/+8
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa5-0/+180
2020-08-06perf tools: Add clockid_name functionJiri Olsa2-0/+13
2020-08-06perf clockid: Move parse_clockid() to new clockid objectJiri Olsa4-97/+119
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 Hunter2-0/+33
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter4-5/+200
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter3-0/+9
2020-08-06perf intel-pt: Time filter logged perf eventsAdrian Hunter2-3/+19
2020-08-06perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter2-8/+14
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter3-1/+17
2020-08-06perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter2-1/+17
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter3-1/+61
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-06Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-6/+6
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 Budankov3-0/+78
2020-08-04perf record: Implement control commands handlingAlexey Budankov1-0/+16
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov4-8/+13