index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
bpf tools: Collect eBPF programs from their own sections
Wang Nan
2015-08-07
1
-0
/
+114
|
*
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
2015-08-07
1
-0
/
+10
|
*
bpf tools: Collect map definitions from 'maps' section
Wang Nan
2015-08-07
1
-0
/
+29
|
*
bpf tools: Collect version and license from ELF sections
Wang Nan
2015-08-07
1
-0
/
+53
|
*
bpf tools: Iterate over ELF sections to collect information
Wang Nan
2015-08-07
1
-0
/
+53
|
*
bpf tools: Check endianness and make libbpf fail early
Wang Nan
2015-08-07
1
-0
/
+30
|
*
bpf tools: Read eBPF object from buffer
Wang Nan
2015-08-07
2
-12
/
+52
|
*
bpf tools: Open eBPF object file and do basic validation
Wang Nan
2015-08-07
2
-0
/
+166
|
*
bpf tools: Allow caller to set printing function
Wang Nan
2015-08-07
2
-0
/
+52
|
*
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
2015-08-07
5
-0
/
+223
|
*
tools lib traceevent: Allow setting an alternative symbol resolver
Arnaldo Carvalho de Melo
2015-07-23
2
-1
/
+75
|
*
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
2015-07-21
3
-2
/
+64
|
|
\
|
*
|
tools lib api debugfs: Check for tracefs when reporting errors
Arnaldo Carvalho de Melo
2015-07-06
1
-2
/
+13
*
|
|
tools/liblockdep: Use the rbtree header provided by common tools headers
Sasha Levin
2015-08-25
2
-2
/
+1
*
|
|
tools/liblockdep: Correct macro for WARN
Sasha Levin
2015-08-25
1
-1
/
+1
|
|
/
|
/
|
*
|
tools: Copy lib/hweight.c from the kernel sources
Arnaldo Carvalho de Melo
2015-07-09
1
-0
/
+62
*
|
tools lib: Improve clean target
Riku Voipio
2015-07-08
2
-2
/
+2
|
/
*
tools: Copy lib/rbtree.c to tools/lib/
Arnaldo Carvalho de Melo
2015-07-05
1
-0
/
+548
*
tools lib traceevent: Ignore libtrace-dynamic-list file
He Kuang
2015-06-08
1
-0
/
+1
*
tools lib traceevent: Export dynamic symbols used by traceevent plugins
He Kuang
2015-06-08
1
-1
/
+13
*
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
2015-05-27
2
-1
/
+5
|
\
|
*
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2015-05-15
2
-1
/
+5
|
|
\
|
|
*
tools/liblockdep: Fix compilation error
Eunbong Song
2015-05-13
1
-0
/
+3
|
|
*
tools/liblockdep: Fix linker error in case of cross compile
Eunbong Song
2015-05-13
1
-1
/
+2
*
|
|
tools lib traceevent: Install libtraceevent.a into libdir
Wang Nan
2015-05-18
1
-7
/
+13
*
|
|
tools lib traceevent: Provide le16toh define for older systems
Arnaldo Carvalho de Melo
2015-05-14
1
-0
/
+13
*
|
|
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
Ingo Molnar
2015-05-11
2
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-05-06
2
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
tools lib traceevent: Fix build failure on 32-bit arch
Namhyung Kim
2015-04-24
1
-1
/
+1
|
|
*
tools lib api: Undefine _FORTIFY_SOURCE before setting it
Bobby Powers
2015-04-23
1
-1
/
+1
*
|
|
Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2015-05-06
2
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tools lib traceevent: Add alias field to struct format_field
Jiri Olsa
2015-04-29
2
-2
/
+5
|
|
/
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-04-14
21
-379
/
+689
|
\
\
|
|
/
|
*
tools lib traceevent: Honor operator priority
Namhyung Kim
2015-04-08
1
-1
/
+16
|
*
tools lib traceevent: Zero should not be considered "not found" in eval_flag()
Steven Rostedt
2015-03-26
1
-5
/
+5
|
*
tools lib traceevent: Add support for __print_array()
Javi Merino
2015-03-24
2
-0
/
+101
|
*
tools lib traceevent: Free filter tokens in process_filter()
Steven Rostedt (Red Hat)
2015-03-24
1
-0
/
+2
|
*
tools lib traceevent: Add way to find sub buffer boundary
Steven Rostedt (Red Hat)
2015-03-24
2
-0
/
+12
|
*
tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING
Steven Rostedt (Red Hat)
2015-03-24
1
-1
/
+0
|
*
tools lib traceevent: Make plugin options either string or boolean
Steven Rostedt
2015-03-24
2
-7
/
+59
|
*
tools lib traceevent: Add pevent_data_pid_from_comm()
Steven Rostedt (Red Hat)
2015-03-24
2
-0
/
+95
|
*
tools lib traceevent: Handle %z in bprint format
Steven Rostedt (Red Hat)
2015-03-24
1
-0
/
+4
|
*
tools lib traceevent: Copy trace_clock and free it
Steven Rostedt (Red Hat)
2015-03-24
2
-3
/
+9
|
*
tools lib traceevent: Handle NULL comm name
Josef Bacik
2015-03-24
1
-1
/
+4
|
*
tools lib traceevent: Factor out allocating and processing args
Javi Merino
2015-03-24
1
-37
/
+40
|
*
tools lib traceevent: Add destructor for format_field
David Ahern
2015-03-21
2
-3
/
+9
|
*
Merge tag 'v4.0-rc1' into perf/core, to refresh the tree
Ingo Molnar
2015-02-26
2
-1
/
+2
|
|
\
|
*
|
tools lib lockdep: Use tools build framework
Jiri Olsa
2015-02-12
2
-109
/
+24
|
*
|
tools lib traceevent: Use tools build framework
Jiri Olsa
2015-02-12
2
-124
/
+62
|
*
|
tools lib api: Rename libapikfs.a to libapi.a
Jiri Olsa
2015-02-12
4
-11
/
+11
[prev]
[next]