summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne2021-07-281-2/+4
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-281-2/+2
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-281-0/+2
* perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-281-3/+5
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-0/+2
* selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev2021-07-201-2/+0
* selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen2021-07-201-1/+2
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-161-0/+1
* selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov2021-06-101-7/+23
* selftests/bpf: fix test_alignAlexei Starovoitov2021-06-101-21/+1
* bpf: do not allow root to mangle valid pointersAlexei Starovoitov2021-06-101-27/+29
* bpf: Update selftests to reflect new error statesDaniel Borkmann2021-06-101-22/+12
* bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-06-101-10/+34
* perf jevents: Fix getting maximum number of fdsFelix Fietkau2021-06-031-1/+1
* perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-06-031-1/+5
* perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-06-031-1/+4
* tweewide: Fix most Shebang linesFinn Behrens2021-06-0312-12/+12
* selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song2021-05-221-0/+4
* perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo2021-05-221-1/+1
* bpf: fix up selftests after backports were fixedFrank van der Linden2021-05-221-0/+12
* ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz2021-04-281-3/+0
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-04-161-4/+3
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-301-4/+0
* libbpf: Fix INSTALL flag orderGeorgi Valkov2021-03-301-1/+1
* tools build feature: Check if pthread_barrier_t is availableArnaldo Carvalho de Melo2021-03-245-0/+26
* perf: Make perf able to build with latest libbfdChangbin Du2021-03-241-1/+15
* tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo2021-03-246-0/+27
* tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo2021-03-245-1/+23
* tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo2021-03-248-0/+48
* perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2021-03-242-2/+3
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-171-0/+1
* usbip: tools: fix build error for multiple definitionAntonio Borneo2021-03-111-1/+1
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-03-031-1/+1
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-031-0/+3
* perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo2021-03-031-0/+2
* objtool: Support Clang non-section symbols in ORC generationJosh Poimboeuf2021-02-101-7/+26
* objtool: Don't fail on missing symbol tableJosh Poimboeuf2021-02-071-2/+5
* x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2021-02-031-14/+21
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-291-1/+1
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-111-0/+15
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf event: Check ref_reloc_sym before using itIgor Lubashev2020-12-021-3/+4
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-241-1/+1
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-11-051-1/+1
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-291-4/+4
* perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala2020-10-141-1/+3
* objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-10-011-1/+1
* selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-10-011-0/+1