summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | libbpf: Expose BTF-to-C type declaration emitting APIAndrii Nakryiko2019-12-153-26/+65
| | * | | libbpf: Expose btf__align_of() APIAndrii Nakryiko2019-12-154-41/+47
| | * | | libbpf: Extract common user-facing helpersAndrii Nakryiko2019-12-154-34/+44
| | * | | libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o filesAndrii Nakryiko2019-12-151-0/+35
| | * | | libbpf: Move non-public APIs from libbpf.h to libbpf_internal.hAndrii Nakryiko2019-12-152-17/+17
| | * | | libbpf: Add generic bpf_program__attach()Andrii Nakryiko2019-12-153-34/+151
| | * | | libbpf: Don't require root for bpf_object__open()Andrii Nakryiko2019-12-151-42/+41
| | * | | libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo2019-12-151-0/+2
| | * | | libbpf: Don't attach perf_buffer to offline/missing CPUsAndrii Nakryiko2019-12-131-7/+25
| | * | | libbpf: Extract and generalize CPU mask parsing logicAndrii Nakryiko2019-12-132-41/+86
| | * | | libbpf: Recognize SK_REUSEPORT programs from section nameJakub Sitnicki2019-12-131-0/+1
| | * | | libbpf: Fix printf compilation warnings on ppc64le archAndrii Nakryiko2019-12-121-18/+19
| | * | | libbpf: Bump libpf current version to v0.0.7Andrii Nakryiko2019-12-111-0/+3
* | | | | Merge tag 'perf-core-for-mingo-5.6-20200116' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-01-201-0/+3
|\ \ \ \ \
| * | | | | libperf: Setup initial evlist::all_cpus valueJiri Olsa2020-01-141-0/+3
* | | | | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-201-7/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-181-1/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | libbpf: Fix build on read-only filesystemsNamhyung Kim2019-12-231-7/+8
| | |/ / | |/| |
* | | | tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov2020-01-061-0/+7
* | | | tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin2020-01-061-1/+3
* | | | libperf: Add man pagesJiri Olsa2020-01-0614-229/+1197
* | | | libperf: Move to tools/lib/perfJiri Olsa2020-01-0636-0/+3866
* | | | tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov2020-01-061-0/+15
| |/ / |/| |
* | | tools lib traceevent: Fix memory leakage in filter_eventHewenliang2019-12-201-1/+3
|/ /
* | libtraceevent: Allow custom libdir pathSudip Mukherjee2019-12-162-4/+6
* | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2019-12-114-55/+26
|\|
| * selftests/bpf: Bring back c++ include/link testStanislav Fomichev2019-12-043-25/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-022-30/+25
| |\
| | * libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno2019-12-021-2/+2
| | * libbpf: Fix sym->st_value print on 32-bit archesAlexei Starovoitov2019-11-271-1/+1
| | * libbpf: Fix up generation of bpf_helper_defs.hArnaldo Carvalho de Melo2019-11-271-2/+2
| | * libbpf: Fix global variable relocationAndrii Nakryiko2019-11-271-24/+19
| | * libbpf: Fix Makefile' libbpf symbol mismatch diagnosticAndrii Nakryiko2019-11-271-1/+1
* | | libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee2019-12-021-2/+3
* | | libtraceevent: Fix lib installation with O=Sudip Mukherjee2019-12-021-0/+1
|/ /
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-264-12/+11
|\ \
| * | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-094-12/+11
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-264-11/+22
|\ \ \ | |_|/ |/| |
| * | libtraceevent: Fix memory leakage in copy_filter_typeHewenliang2019-11-221-2/+7
| * | libtraceevent: Fix header installationSudip Mukherjee2019-11-221-4/+4
| * | libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov2019-11-181-2/+5
| * | libsubcmd: Use -O0 with DEBUG=1James Clark2019-11-061-1/+3
| * | libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flagsJames Clark2019-11-061-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-2521-912/+2471
|\ \ \
| * | | libbpf: Fix usage of u32 in userspace codeAndrii Nakryiko2019-11-251-1/+1
| * | | bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau2019-11-241-13/+0
| * | | libbpf: Fix bpf_object name determination for bpf_object__open_file()Andrii Nakryiko2019-11-241-1/+1
| * | | libbpf: Support initialized global variablesAndrii Nakryiko2019-11-241-7/+2
| * | | libbpf: Fix various errors and warning reported by checkpatch.plAndrii Nakryiko2019-11-241-17/+21
| * | | libbpf: Refactor relocation handlingAndrii Nakryiko2019-11-241-118/+143