Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7ca2ea8253f1fbb69c437b66255a2331ff2e14c2
/
tools
/
lib
0fe0559
lib, traceevent: add PRINT_HEX_STR variant
by Daniel Borkmann
· 8 years ago
4e06d4f
Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 8 years ago
0748591
tools lib traceevent: Fix prev/next_prio for deadline tasks
by Daniel Bristot de Oliveira
· 8 years ago
b66fb1d
tools lib subcmd: Add OPT_STRING_OPTARG_SET option
by Jiri Olsa
· 8 years ago
00198da
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
5dc880d
tools lib bpf: Add bpf_prog_{attach,detach}
by Joe Stringer
· 8 years ago
41e0e24
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
a5580c7
tools lib bpf: Add flags to bpf_create_map()
by Joe Stringer
· 8 years ago
83d994d
tools lib bpf: use __u32 from linux/types.h
by Joe Stringer
· 8 years ago
e19b7ce
make use of make variable CURDIR instead of calling pwd
by Uwe Kleine-König
· 8 years ago
5a6acad
tools lib bpf: Retrive bpf_map through offset of bpf_map_def
by Wang Nan
· 8 years ago
10931d2
tools lib bpf: Add private field for bpf_object
by Wang Nan
· 8 years ago
9742da0
tools lib bpf: Add missing BPF functions
by Wang Nan
· 8 years ago
4708bbd
tools lib bpf: Fix maps resolution
by Eric Leblond
· 8 years ago
c52d9e4
tools lib traceevent: Add retrieval of preempt count and latency flags
by Steven Rostedt
· 8 years ago
bb5a731
tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number
by Steven Rostedt
· 8 years ago
369a247
tools lib subcmd: Suppport cascading options
by Namhyung Kim
· 8 years ago
02bc11d
tools lib: Add for_each_clear_bit macro
by Jiri Olsa
· 8 years ago
fe31672
tools lib traceevent: Add version for traceevent shared object
by Jiri Olsa
· 8 years ago
39944a7
tools lib traceevent: Rename LIB_FILE to LIB_TARGET
by Jiri Olsa
· 8 years ago
c121bdb
tools lib traceevent: Add do_install_mkdir Makefile function
by Jiri Olsa
· 8 years ago
722a498
tools lib traceevent: Add install_headers target
by Jiri Olsa
· 8 years ago
a130347
tools lib traceevent: Fix kbuffer_read_at_offset()
by Namhyung Kim
· 8 years ago
61eb2eb
perf tools: Query terminal width and use in perf list
by Andi Kleen
· 8 years ago
5e7be3e
tools lib api fs: Add hugetlbfs filesystem detector
by Wang Nan
· 8 years ago
f282f7a
Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 8 years ago
741c74f5
tools lib: Add bitmap_and function
by Jiri Olsa
· 8 years ago
820d12b
tools lib: Add bitmap_scnprintf function
by Jiri Olsa
· 8 years ago
979a70a
tools lib traceevent: Ignore generated library files
by Namhyung Kim
· 8 years ago
8149a77
tools lib api: Add str_error_c to libapi
by Arnaldo Carvalho de Melo
· 8 years ago
9b16137
tools lib bpf: Use official ELF e_machine value
by Wang Nan
· 8 years ago
2b43834
tools lib fd array: Allow associating a pointer cookie with each entry
by Wang Nan
· 8 years ago
db49120
tools lib api fs: Use base 0 in filename__read_ull
by Jiri Olsa
· 8 years ago
ca575ad
tools lib traceevent: Add correct header for ipv6 definitions
by Arnaldo Carvalho de Melo
· 8 years ago
705fa21
tools lib bpf: Report error when kernel doesn't support program type
by Wang Nan
· 8 years ago
5f44e4c8
tools lib bpf: New API to adjust type of a BPF program
by Wang Nan
· 8 years ago
6d248fb
tools lib traceevent: Add filter on task CPU id
by Steven Rostedt
· 8 years ago
971e827
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
by Arnaldo Carvalho de Melo
· 8 years ago
07eebcc
tools lib subcmd: Use str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
b31e3e3
tools lib api fs: Use str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
c3cec9e
tools lib traceevent: Use str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
d0761e3
perf tools: Uninline scnprintf() and vscnprint()
by Arnaldo Carvalho de Melo
· 8 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
fd01d06
tools lib subcmd: Respect WERROR=0 for build
by Chris Phlipot
· 8 years ago
b983d54
tools lib api: Respect WERROR=0 for build
by Chris Phlipot
· 8 years ago
203d1ca
tools lib bpf: Add license header
by Wang Nan
· 8 years ago
de8a63b
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
by Colin Ian King
· 8 years ago
edb13ed
tools lib bpf: Rename set_private() to set_priv()
by Arnaldo Carvalho de Melo
· 8 years ago
be834ff
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
by Arnaldo Carvalho de Melo
· 8 years ago
a7fe045
tools lib bpf: Remove _get_ from non-refcount method names
by Arnaldo Carvalho de Melo
· 8 years ago
6e009e6
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
by Arnaldo Carvalho de Melo
· 8 years ago
53897a7
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
by Arnaldo Carvalho de Melo
· 8 years ago
009ad5d
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
by Arnaldo Carvalho de Melo
· 8 years ago
b4cbfa5
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
by Arnaldo Carvalho de Melo
· 8 years ago
703e016
tools lib api: Respect CROSS_COMPILE for the linker
by Lucas Stach
· 9 years ago
258e4bf
tools: Pass arg to fdarray__filter's call back function
by Wang Nan
· 9 years ago
36db171
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
106b816
tools lib traceevent: Do not reassign parg after collapse_tree()
by Steven Rostedt
· 9 years ago
4bd112d
tools lib api fs: Add helper to read string from procfs file
by Arnaldo Carvalho de Melo
· 9 years ago
a189c01
tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh
by Sedat Dilek
· 9 years ago
3fa2fe2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
05f5ece
Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 9 years ago
4f3c8876
tools lib traceevent: Remove redundant CPU output
by Steven Rostedt
· 9 years ago
26660a4
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ca70c24
tools: Move utilities.mak from perf to tools/scripts/
by Arnaldo Carvalho de Melo
· 9 years ago
e71c2c1
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
9eb42de
tools lib traceevent: Add '~' operation within arg_num_eval()
by Steven Rostedt
· 9 years ago
c1d45c3
objtool: Support CROSS_COMPILE
by Josh Poimboeuf
· 9 years ago
a66673a
tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines
by Steven Rostedt (Red Hat)
· 9 years ago
9ec72ea
tools lib traceevent: Set int_array fields to NULL if freeing from error
by Steven Rostedt (Red Hat)
· 9 years ago
21a3010
tools lib traceevent: Fix time stamp rounding issue
by Chaos.Chen
· 9 years ago
a674533
tools lib traceevent: Split pevent_print_event() into specific functionality functions
by Steven Rostedt
· 9 years ago
013e379
tools/lib/lockdep: Fix link creation warning
by Ingo Molnar
· 9 years ago
11a1ac2
tools/lib/lockdep: Add tests for AA and ABBA locking
by Alfredo Alvarez Fernandez
· 9 years ago
9d5a23a
tools/lib/lockdep: Add userspace version of READ_ONCE()
by Alfredo Alvarez Fernandez
· 9 years ago
b2ed099
tools/lib/lockdep: Fix the build on recent kernels
by Ingo Molnar
· 9 years ago
0e47b38
tools lib traceevent: Implement '%' operation
by Daniel Bristot de Oliveira
· 9 years ago
51c0396
tools lib api fs: Add sysfs__read_str function
by Jiri Olsa
· 9 years ago
607bfbd
tools lib api fs: Adopt filename__read_str from perf
by Jiri Olsa
· 9 years ago
975f14f
tools lib api: Add debug output support
by Jiri Olsa
· 9 years ago
06bea3d
locking/lockdep: Eliminate lockdep_init()
by Andrey Ryabinin
· 9 years ago
402e8db
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
666810e
perf bpf: Check relocation target section
by Wang Nan
· 9 years ago
048ccca
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
24b1e5d
tools subcmd: Add missing NORETURN define for parse-options.h
by Josh Poimboeuf
· 9 years ago
d5ef314
perf bpf: Fix build breakage due to libbpf
by Naveen N. Rao
· 9 years ago
8f9e05f
perf tools: Fix PowerPC native building
by Wang Nan
· 9 years ago
24ee9b5
tools lockdep: Add *.cmd files clean up
by Jiri Olsa
· 9 years ago
22992a3
tools bpf: Add *.cmd files clean up
by Jiri Olsa
· 9 years ago
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
511cbce
irq_poll: make blk-iopoll available outside the block layer
by Christoph Hellwig
· 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
Next »