summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-171-0/+24
* perf script python: Add trace_context extension module to sys.modulesTony Jones2019-04-051-3/+9
* perf script python: Use PyBytes for attr in trace-event-pythonTony Jones2019-04-051-2/+1Star
* selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev2019-04-051-1/+8
* selftests: skip seccomp get_metadata test if not real rootTycho Andersen2019-04-051-0/+6
* perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-04-051-0/+5
* perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2019-04-052-3/+9
* perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter2019-04-051-3/+3
* perf annotate: Fix getting source line failureWei Li2019-04-051-2/+2
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-04-051-1/+1
* perf c2c: Fix c2c report for empty numa nodeJiri Olsa2019-04-051-2/+6
* libbpf: force fixdep compilation at the start of the buildStanislav Fomichev2019-04-051-1/+2
* objtool: Query pkg-config for libelf locationRolf Eike Beer2019-04-031-2/+5
* perf intel-pt: Fix TSC slipAdrian Hunter2019-04-031-12/+8Star
* perf pmu: Fix parser error for uncore event aliasKan Liang2019-04-031-0/+10
* objtool: Move objtool_file struct off the stackJosh Poimboeuf2019-03-271-1/+2
* perf probe: Fix getting the kernel mapAdrian Hunter2019-03-271-2/+4
* perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-231-0/+2
* perf intel-pt: Fix overlap calculation for paddingAdrian Hunter2019-03-231-2/+34
* perf auxtrace: Define auxtrace record alignmentAdrian Hunter2019-03-232-2/+5
* perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter2019-03-231-0/+2
* perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter2019-03-231-1/+0Star
* selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo2019-03-231-0/+1
* bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy2019-03-231-0/+10
* perf trace: Support multiple "vfs_getname" probesArnaldo Carvalho de Melo2019-03-131-7/+18
* perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-03-131-1/+8
* selftests: netfilter: add simple masq/redirect test casesFlorian Westphal2019-03-132-1/+763
* selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INETNaresh Kamboju2019-03-131-1/+1
* bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis2019-03-131-10/+20
* bpftool: fix percpu maps updatingPaolo Abeni2019-03-131-0/+16
* bpftool: Fix prog dump by tagJiri Olsa2019-03-131-2/+3
* proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-03-133-0/+131
* selftests: timers: use LDLIBS instead of LDFLAGSFathi Boudra2019-03-131-1/+1
* selftests: net: use LDLIBS instead of LDFLAGSFathi Boudra2019-03-131-1/+1
* selftests: cpu-hotplug: fix case where CPUs offline > CPUs presentColin Ian King2019-03-131-3/+10
* perf script: Fix crash when processing recorded stat dataTony Jones2019-03-131-5/+2Star
* perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-03-131-2/+9
* perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen2019-03-131-1/+1
* selftests: firmware: fix verify_reqs() return valueLuis Chamberlain2019-03-101-1/+1
* kvm: selftests: Fix region overlap check in kvm_utilBen Gardon2019-03-051-7/+2Star
* selftests: gpio-mockup-chardev: Check asprintf() for errorGeert Uytterhoeven2019-03-051-3/+6
* selftests: seccomp: use LDLIBS instead of LDFLAGSFathi Boudra2019-03-051-1/+1
* selftests/vm/gup_benchmark.c: match gup struct to kernelAlison Schofield2019-03-051-0/+1
* selftests: rtc: rtctest: add alarm test on minute boundaryAlexandre Belloni2019-03-051-0/+102
* selftests: rtc: rtctest: fix alarm testsAlexandre Belloni2019-03-051-5/+2Star
* selftests: forwarding: Add a test case for externally learned FDB entriesIdo Schimmel2019-02-271-1/+33
* selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-02-271-0/+30
* selftests: tc-testing: fix parsing of ife typeDavide Caratti2019-02-271-44/+44
* selftests: tc-testing: fix tunnel_key failure if dst_port is unspecifiedDavide Caratti2019-02-271-1/+1
* selftests: tc-testing: drop test on missing tunnel key idDavide Caratti2019-02-271-29/+0Star