summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-09-04perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo
2020-09-04perf vendor events amd: Enable Family 19h users by matching Zen2 eventsKim Phillips
2020-09-04perf vendor events amd: Add recommended eventsKim Phillips
2020-09-04perf vendor events amd: Add ITLB Instruction Fetch Hits event for zen1Kim Phillips
2020-09-04perf vendor events amd: Add L2 Prefetch events for zen1Kim Phillips
2020-09-04perf: ftrace: Add filter support for option -F/--funcsChangbin Du
2020-09-04perf tools: Consolidate close_control_option()'s into one functionAdrian Hunter
2020-09-04perf intel-pt: Document snapshot control commandAdrian Hunter
2020-09-04perf annotate: Add 'ret' (intel disasm style) as an alias for 'retq'Arnaldo Carvalho de Melo
2020-09-04perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo
2020-09-04perf record: Add 'snapshot' control commandAdrian Hunter
2020-09-04perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter
2020-09-04perf tools: Use AsciiDoc formatting for --control option documentationAdrian Hunter
2020-09-04perf tools: Handle read errors from ctl_fdAdrian Hunter
2020-09-04perf tools: Consolidate --control option parsing into one functionAdrian Hunter
2020-09-04perf tests: Add test for PE binary format supportRemi Bernon
2020-09-04perf symbols: Try reading the symbol table with libbfdRemi Bernon
2020-09-04perf dso: Use libbfd to read build_id and .gnu_debuglink sectionRemi Bernon
2020-09-04tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo
2020-09-03Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds
2020-09-03selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)
2020-09-03perf jevents: Fix suspicious code in fixregex()Namhyung Kim
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo
2020-09-01Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-01perf report: Disable ordered_events for raw dumpJiri Olsa
2020-09-01perf tools: Correct SNOOPX field offsetAl Grant
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao
2020-09-01perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson
2020-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-28selftests: netfilter: add command usageFabian Frederick
2020-08-28selftests: netfilter: simplify command testingFabian Frederick
2020-08-28selftests: netfilter: remove unused variable in make_file()Fabian Frederick
2020-08-28selftests: netfilter: exit on invalid parametersFabian Frederick
2020-08-28selftests: netfilter: fix header exampleFabian Frederick