summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-09perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...Adrian Hunter2-1/+1
2022-11-08perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2022-11-07perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Arnaldo Carvalho de Melo3-1/+90
2022-11-04perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo3-11/+11
2022-11-04perf examples bpf: Remove augmented_syscalls.c, the raw_syscalls one should b...Arnaldo Carvalho de Melo2-245/+0
2022-11-04perf bpf: Remove now unused BPF headersIan Rogers6-146/+0
2022-11-04perf trace: 5sec fix libbpf 1.0+ compatibilityIan Rogers1-3/+5
2022-11-04perf trace: empty fix libbpf 1.0+ compatibilityIan Rogers1-2/+11
2022-11-04perf trace: hello fix libbpf 1.0+ compatibilityIan Rogers1-3/+21
2022-11-04perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers3-19/+89
2022-11-03perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-2/+2
2022-11-03perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-2/+2
2022-11-03perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-4/+4
2022-11-03perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers1-1/+2
2022-11-03perf ftrace: Use sig_atomic_t to avoid UBIan Rogers1-2/+2
2022-11-03perf daemon: Use sig_atomic_t to avoid UBIan Rogers1-1/+1
2022-11-03perf record: Use sig_atomic_t for signal handlersIan Rogers1-4/+4
2022-11-03perf build: Update to C standard to gnu11Ian Rogers1-1/+1
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)3-22/+42
2022-11-03perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2022-11-03perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)2-9/+27
2022-10-31Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo317-1498/+3512
2022-10-31perf lock contention: Increase default stack skip to 4Namhyung Kim1-1/+1
2022-10-31perf lock contention: Avoid variable length arraysNamhyung Kim1-13/+28
2022-10-31perf lock contention: Check --max-stack optionNamhyung Kim1-3/+27
2022-10-31perf lock contention: Fix memory sanitizer issueNamhyung Kim1-1/+1
2022-10-31perf test: Parse events workaround for dash/minusIan Rogers1-0/+13
2022-10-31perf evlist: Add missing util/event.h headerArnaldo Carvalho de Melo1-0/+1
2022-10-31perf mmap: Remove several unneeded includes from util/mmap.hArnaldo Carvalho de Melo1-5/+0
2022-10-31perf tests: Add missing event.h includeArnaldo Carvalho de Melo2-0/+2
2022-10-31perf thread: Move thread__resolve() from event.hArnaldo Carvalho de Melo2-5/+3
2022-10-31perf symbol: Move addr_location__put() from event.hArnaldo Carvalho de Melo2-3/+2
2022-10-31perf machine: Move machine__resolve() from event.hArnaldo Carvalho de Melo2-3/+3
2022-10-31perf kwork: Remove includes not needed in kwork.hArnaldo Carvalho de Melo3-6/+15
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo31-118/+147
2022-10-31perf branch: Remove some needless headers, add a needed oneArnaldo Carvalho de Melo1-3/+1
2022-10-31perf bpf: No need to include headers just use forward declarationsArnaldo Carvalho de Melo1-3/+3
2022-10-30Linux 6.1-rc3v6.1-rc3Linus Torvalds1-1/+1
2022-10-30Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-38/+47
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-91/+175
2022-10-30Merge tag 'usb-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-133/+169
2022-10-30Merge tag 'gpio-fixes-for-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-18/+46
2022-10-30Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-2/+7
2022-10-30Merge tag 'loongarch-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-36/+34
2022-10-30Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-3/+11
2022-10-29Merge tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-10-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds14-55/+96
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds6-9/+31
2022-10-29Merge tag 'io_uring-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds2-8/+16
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds28-68/+196