Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a9bb7e620efdfd29b6d1c238041173e411670996
/
tools
/
lib
915b088
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
by Arnaldo Carvalho de Melo
· 9 years ago
64af4e0
tools lib: Sync tools/lib/find_bit.c with the kernel
by Arnaldo Carvalho de Melo
· 9 years ago
552eb975
tools lib: Move find_next_bit.c to tools/lib/
by Arnaldo Carvalho de Melo
· 9 years ago
5868360
perf build: Use FEATURE-DUMP in bpf subproject
by Jiri Olsa
· 9 years ago
be45d40
tools lib traceevent: Factor out and export print_event_field[s]()
by Namhyung Kim
· 9 years ago
1843b4e
tools subcmd: Rename subcmd header include guards
by Josh Poimboeuf
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
ce99091
perf tools: Move strlcpy() from perf to tools/lib/string.c
by Josh Poimboeuf
· 9 years ago
77ba9a5
tools lib bpf: Fetch map names from correct strtab
by Wang Nan
· 9 years ago
973170e
tools lib bpf: Check return value of strdup when reading map names
by Wang Nan
· 9 years ago
561bbcc
tools lib bpf: Extract and collect map names from BPF object file
by Wang Nan
· 9 years ago
9d759a9
tools lib bpf: Collect map definition in bpf_object
by Wang Nan
· 9 years ago
43798bf
bpf tools: Add helper function for updating bpf maps elements
by He Kuang
· 9 years ago
d8ad6a1
tools lib bpf: Don't do a feature check when cleaning
by Wang Nan
· 9 years ago
32abc2e
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines
by Steven Rostedt
· 9 years ago
8c2accc
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 9 years ago
b580563
bpf tools: Load a program with different instances using preprocessor
by Wang Nan
· 9 years ago
7d85c43
tools: Clone the kernel's strtobool function
by Wang Nan
· 9 years ago
4ddd327
tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
by Arnaldo Carvalho de Melo
· 9 years ago
0ca9b67
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b32e1f5
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into locking/urgent
by Ingo Molnar
· 9 years ago
2b62c2d
tools/liblockdep: explicitly declare lockdep API we call from liblockdep
by Sasha Levin
· 9 years ago
e308e94
tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER
by Sasha Levin
· 9 years ago
1393ba5
tools/liblockdep: remove task argument from debug_check_no_locks_held
by Sasha Levin
· 9 years ago
45825d8
bpf tools: Add new API bpf_object__get_kversion()
by Wang Nan
· 9 years ago
6371ca3
bpf tools: Improve libbpf error reporting
by Wang Nan
· 9 years ago
0c77c04
tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf
by Yunlong Song
· 9 years ago
715f8db
tools lib bpf: Fix compiler warning on CentOS 6
by Namhyung Kim
· 9 years ago
b6bd9c7
tools lib traceevent: Support %ps/%pS
by Scott Wood
· 9 years ago
2f465de
tools lib traceevent: update KVM plugin
by Paolo Bonzini
· 9 years ago
ccb5597
tools lib api fs: No need to use PATH_MAX + 1
by Jiri Olsa
· 9 years ago
f845086
tools lib symbol: Introduce kallsyms2elf_type
by Arnaldo Carvalho de Melo
· 9 years ago
8e947f1
tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_binding
by Arnaldo Carvalho de Melo
· 9 years ago
7c422f5
tools build: Build fixdep helper from perf and basic libs
by Jiri Olsa
· 9 years ago
ab6201d
tools build: Add Makefile.include
by Jiri Olsa
· 9 years ago
dc240c5
tools lib api fs: Store tracing mountpoint for better error message
by Jiri Olsa
· 9 years ago
968d712
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 9 years ago
b572727
Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes
by Ingo Molnar
· 9 years ago
c2e4b24
tools lib traceevent: Fix string handling in heterogeneous arch environments
by Kapileshwar Singh
· 9 years ago
65f041b
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
by Arnaldo Carvalho de Melo
· 9 years ago
20517cd
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
by Arnaldo Carvalho de Melo
· 9 years ago
09f6acf
tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information
by Arnaldo Carvalho de Melo
· 9 years ago
2d729f6a
tools lib api fs: Introduce sysfs__read_{int,ull}()
by Arnaldo Carvalho de Melo
· 9 years ago
60a1133
tools lib api fs: Remove debugfs, tracefs and findfs objects
by Jiri Olsa
· 9 years ago
4605eab
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
by Jiri Olsa
· 9 years ago
4f234f0
tools lib api fs: Make tracing_path_strerror_open message generic
by Jiri Olsa
· 9 years ago
709adcb
tools lib api fs: Add FSTYPE__configured() method
by Jiri Olsa
· 9 years ago
73ca85a
tools lib api fs: Add FSTYPE__mount() method
by Jiri Olsa
· 9 years ago
c495afb
tools lib api fs: Add tracefs into fs.c object
by Jiri Olsa
· 9 years ago
8ccfabd
tools lib api fs: Add debugfs into fs.c object
by Jiri Olsa
· 9 years ago
41e3a1f
tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c
by Jiri Olsa
· 9 years ago
b86b0d3
tools lib api fs: Add STR and PATH_MAX macros to fs object
by Jiri Olsa
· 9 years ago
988bdb3
tools lib api fs: Move debugfs__strerror_open into tracing_path.c object
by Jiri Olsa
· 9 years ago
592d5a6
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
by Jiri Olsa
· 9 years ago
7605594
tools lib traceevent: Support function __get_dynamic_array_len
by He Kuang
· 9 years ago
5320266
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 9 years ago
41d859a
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
acf860a
bpf tools: New API to get name from a BPF object
by Wang Nan
· 9 years ago
1d94501
tools lib traceeveent: Allow for negative numbers in print format
by Steven Rostedt
· 9 years ago
33fef66
tools/liblockdep: Use the rbtree header provided by common tools headers
by Sasha Levin
· 9 years ago
62b989d
tools/liblockdep: Correct macro for WARN
by Sasha Levin
· 9 years ago
6f56e9c
tools lib traceevent: Add checks for returned EVENT_ERROR type
by Dean Nelson
· 9 years ago
9a208ef
bpf tools: Link all bpf objects onto a list
by Wang Nan
· 9 years ago
aa9b1ac
bpf tools: Introduce accessors for struct bpf_program
by Wang Nan
· 9 years ago
55cffde
bpf tools: Load eBPF programs in object files into kernel
by Wang Nan
· 9 years ago
7bf9836
bpf tools: Introduce bpf_load_program() to bpf.c
by Wang Nan
· 9 years ago
8a47a6c
bpf tools: Relocate eBPF programs
by Wang Nan
· 9 years ago
52d3352
bpf tools: Create eBPF maps defined in an object file
by Wang Nan
· 9 years ago
e3ed2fe
bpf tools: Add bpf.c/h for common bpf operations
by Wang Nan
· 9 years ago
3409091
bpf tools: Record map accessing instructions for each program
by Wang Nan
· 9 years ago
b62f06e
bpf tools: Collect relocation sections from SHT_REL sections
by Wang Nan
· 9 years ago
a5b8bd4
bpf tools: Collect eBPF programs from their own sections
by Wang Nan
· 9 years ago
bec7d68
bpf tools: Collect symbol table from SHT_SYMTAB section
by Wang Nan
· 9 years ago
0b3d1ef
bpf tools: Collect map definitions from 'maps' section
by Wang Nan
· 9 years ago
cb1e5e9
bpf tools: Collect version and license from ELF sections
by Wang Nan
· 9 years ago
2960366
bpf tools: Iterate over ELF sections to collect information
by Wang Nan
· 9 years ago
cc4228d
bpf tools: Check endianness and make libbpf fail early
by Wang Nan
· 9 years ago
6c95639
bpf tools: Read eBPF object from buffer
by Wang Nan
· 9 years ago
1a5e3fb
bpf tools: Open eBPF object file and do basic validation
by Wang Nan
· 9 years ago
b3f59d6
bpf tools: Allow caller to set printing function
by Wang Nan
· 9 years ago
1b76c13
bpf tools: Introduce 'bpf' library and add bpf feature check
by Wang Nan
· 9 years ago
33a2471
tools lib traceevent: Allow setting an alternative symbol resolver
by Arnaldo Carvalho de Melo
· 9 years ago
f6a74a5
Merge branch 'linus' into perf/core, to refresh the branch
by Ingo Molnar
· 9 years ago
0aefc35
tools: Copy lib/hweight.c from the kernel sources
by Arnaldo Carvalho de Melo
· 9 years ago
c867b15
tools lib: Improve clean target
by Riku Voipio
· 9 years ago
ab85785
tools lib api debugfs: Check for tracefs when reporting errors
by Arnaldo Carvalho de Melo
· 9 years ago
3f73537
tools: Copy lib/rbtree.c to tools/lib/
by Arnaldo Carvalho de Melo
· 9 years ago
38e0962
tools lib traceevent: Ignore libtrace-dynamic-list file
by He Kuang
· 9 years ago
e3d09ec
tools lib traceevent: Export dynamic symbols used by traceevent plugins
by He Kuang
· 9 years ago
8d12ded
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
by Ingo Molnar
· 9 years ago
bb53e17
tools lib traceevent: Install libtraceevent.a into libdir
by Wang Nan
· 9 years ago
60d5dde
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into perf/urgent
by Ingo Molnar
· 10 years ago
b390d85
tools lib traceevent: Provide le16toh define for older systems
by Arnaldo Carvalho de Melo
· 10 years ago
2480257
tools/liblockdep: Fix compilation error
by Eunbong Song
· 10 years ago
d1e40e5
tools/liblockdep: Fix linker error in case of cross compile
by Eunbong Song
· 10 years ago
f7dc7fd
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
by Ingo Molnar
· 10 years ago
d8fce2d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
1836ac8
Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 10 years ago
d354243
tools lib traceevent: Add alias field to struct format_field
by Jiri Olsa
· 10 years ago
410ceb8
tools lib traceevent: Fix build failure on 32-bit arch
by Namhyung Kim
· 10 years ago
Next »