summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf vendor events amd: Add L2 Prefetch events for zen1Kim Phillips2020-09-041-0/+18
* perf: ftrace: Add filter support for option -F/--funcsChangbin Du2020-09-042-7/+80
* perf tools: Consolidate close_control_option()'s into one functionAdrian Hunter2020-09-044-22/+13
* perf intel-pt: Document snapshot control commandAdrian Hunter2020-09-041-3/+20
* perf annotate: Add 'ret' (intel disasm style) as an alias for 'retq'Arnaldo Carvalho de Melo2020-09-041-0/+1
* perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo2020-09-042-0/+7
* perf record: Add 'snapshot' control commandAdrian Hunter2020-09-045-14/+35
* perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter2020-09-048-14/+101
* perf tools: Use AsciiDoc formatting for --control option documentationAdrian Hunter2020-09-042-46/+46
* perf tools: Handle read errors from ctl_fdAdrian Hunter2020-09-041-5/+11
* perf tools: Consolidate --control option parsing into one functionAdrian Hunter2020-09-044-40/+29
* perf tests: Add test for PE binary format supportRemi Bernon2020-09-048-0/+119
* perf symbols: Try reading the symbol table with libbfdRemi Bernon2020-09-042-0/+144
* perf dso: Use libbfd to read build_id and .gnu_debuglink sectionRemi Bernon2020-09-041-3/+77
* tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo2020-09-045-0/+25
* Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0311-18/+49
|\
| * perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa2020-09-033-7/+24
| * perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2020-09-032-0/+8
| * perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing2020-09-031-2/+2
| * perf stat: Turn off summary for interval mode by defaultJin Yao2020-09-033-3/+9
| * libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
| * perf jevents: Fix suspicious code in fixregex()Namhyung Kim2020-09-031-1/+1
| * perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo2020-09-031-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-31/+42
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-311-30/+37
| |\ \
| | * | selftests: netfilter: add command usageFabian Frederick2020-08-281-0/+11
| | * | selftests: netfilter: simplify command testingFabian Frederick2020-08-281-23/+11
| | * | selftests: netfilter: remove unused variable in make_file()Fabian Frederick2020-08-281-3/+2
| | * | selftests: netfilter: exit on invalid parametersFabian Frederick2020-08-281-3/+12
| | * | selftests: netfilter: fix header exampleFabian Frederick2020-08-281-1/+1
| * | | selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer2020-08-281-0/+2
| * | | selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer2020-08-241-1/+3
| |/ /
* | | Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds2020-09-031-2/+20
|\ \ \ | |_|/ |/| |
| * | selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski2020-09-031-2/+20
* | | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0117-27/+62
|\ \ \
| * | | perf report: Disable ordered_events for raw dumpJiri Olsa2020-09-011-0/+3
| * | | perf tools: Correct SNOOPX field offsetAl Grant2020-09-011-1/+1
| * | | perf intel-pt: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
| * | | perf cs-etm: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8
| * | | perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo2020-09-011-1/+2
| * | | perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers2020-09-011-13/+17
| * | | perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter2020-09-011-1/+1
| * | | perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter2020-09-011-0/+3
| * | | perf parse-events: Set exclude_guest=1 for user-space countingJin Yao2020-09-012-2/+5
| * | | perf record: Correct the help info of option "--no-bpf-event"Wei Li2020-09-011-1/+1
| * | | perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2020-09-012-2/+2
| * | | perf: arm-spe: Fix check error when synthesizing eventsWei Li2020-08-211-3/+3
| * | | perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsArnaldo Carvalho de Melo2020-08-211-0/+1
| * | | perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang2020-08-211-0/+2
| * | | perf sched timehist: Fix use of CPU list with summary optionDavid Ahern2020-08-211-1/+5