Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
447fbbdc2cd58cdaf410fefef365a9ce38833157
/
tools
/
lib
« Previous
8d0c222
tools lib traceevent: Make plugin unload function receive pevent
by Namhyung Kim
· 11 years ago
e825e75
tools lib traceevent: Get rid of die() finally!!
by Namhyung Kim
· 11 years ago
504586e
tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()
by Namhyung Kim
· 11 years ago
3026bba
tools lib traceevent: Check return value of realloc()
by Namhyung Kim
· 11 years ago
3c6d8d8
tools lib traceevent: Add state member to struct trace_seq
by Namhyung Kim
· 11 years ago
9bb8e5e
tools lib traceevent: Shut up plugins make message
by Jiri Olsa
· 11 years ago
198430b
tools lib traceevent: Replace tabs with spaces for all non-commands statements
by Jiri Olsa
· 11 years ago
4c7aafc
tools lib traceevent: Use global 'O' processing code
by Jiri Olsa
· 11 years ago
4a953c7
tools lib traceevent: Use global QUIET_CLEAN build output
by Jiri Olsa
· 11 years ago
02a82c7
tools lib traceevent: Use global QUIET_INSTALL build output
by Jiri Olsa
· 11 years ago
e6262e2
tools lib traceevent: Use global QUIET_LINK build output
by Jiri Olsa
· 11 years ago
bdebbac
tools lib traceevent: Add global QUIET_CC_FPIC build output
by Jiri Olsa
· 11 years ago
c3d090f
tools lib traceevent: Use global QUIET_CC build output
by Jiri Olsa
· 11 years ago
db72a33
tools lib traceevent: Remove print_app_build variable
by Jiri Olsa
· 11 years ago
bf19b82
tools lib traceevent: Introduce pevent_filter_strerror()
by Namhyung Kim
· 11 years ago
f23b24f
tools lib traceevent: Get rid of die() in some string conversion functions
by Namhyung Kim
· 11 years ago
bb799d3
Merge tag 'v3.13-rc4' into core/locking
by Ingo Molnar
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
41e12e5
tools lib traceevent: Refactor pevent_filter_match() to get rid of die()
by Namhyung Kim
· 11 years ago
69c770a
tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errno
by Namhyung Kim
· 11 years ago
42d6194
tools lib traceevent: Refactor process_filter()
by Namhyung Kim
· 11 years ago
c8ea690
tools lib traceevent: Refactor create_arg_item()
by Namhyung Kim
· 11 years ago
7bb7355
tools lib traceevent: Get rid of die() in reparent_op_arg()
by Namhyung Kim
· 11 years ago
ff533fc
tools lib traceevent: Make add_left() return pevent_errno
by Namhyung Kim
· 11 years ago
02d62d6
tools lib traceevent: Get rid of die() in add_right()
by Namhyung Kim
· 11 years ago
605b8fd
tools lib traceevent: Get rid of malloc_or_die() in find_event()
by Namhyung Kim
· 11 years ago
91dfa49
tools lib traceevent: Get rid of malloc_or_die() in read_token()
by Namhyung Kim
· 11 years ago
2e4eb10
tools lib traceevent: Get rid of malloc_or_die() allocate_arg()
by Namhyung Kim
· 11 years ago
ef3072c
tools lib traceevent: Get rid of die in add_filter_type()
by Namhyung Kim
· 11 years ago
9451a2f
tools lib traceevent: Get rid of malloc_or_die() in show_error()
by Namhyung Kim
· 11 years ago
c506c96
tools lib symbol: Start carving out symbol parsing routines from perf
by Arnaldo Carvalho de Melo
· 11 years ago
7ef2e81
tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()
by Namhyung Kim
· 11 years ago
28942c8
tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_str()
by Namhyung Kim
· 11 years ago
2036fcd
tools lib traceevent: Get rid of die() in create_arg_item()
by Namhyung Kim
· 11 years ago
234520d
tools lib traceevent: Get rid of malloc_or_die() in add_event()
by Namhyung Kim
· 11 years ago
4f24416
tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()
by Namhyung Kim
· 11 years ago
3a3ffa2
tools lib traceevent: Report better error message on bad function args
by Steven Rostedt
· 11 years ago
6d65894
tools lib traceevent: Update kvm plugin with is_writable_pte helper
by Jiri Olsa
· 11 years ago
d8e56c9
tools lib traceevent: Remove malloc_or_die from plugin_function.c
by Jiri Olsa
· 11 years ago
39956e7
tools lib traceevent: Several cleanups for function plugin
by Jiri Olsa
· 11 years ago
b32cea6
tools lib traceevent: Use pevent_print_func_field in hrtimer_start handler
by Jiri Olsa
· 11 years ago
f04015e
tools lib traceevent: Use static functions in jbd2 plugin
by Jiri Olsa
· 11 years ago
f9bb36a
tools lib traceevent: Remove malloc_or_die from event-plugin.c
by Jiri Olsa
· 11 years ago
9437147
tools lib traceevent: Add cfg80211 plugin
by Jiri Olsa
· 11 years ago
0401092
tools lib traceevent: Add scsi plugin
by Jiri Olsa
· 11 years ago
40c03ad
tools lib traceevent: Add xen plugin
by Jiri Olsa
· 11 years ago
07a180a
tools lib traceevent: Add function plugin
by Jiri Olsa
· 11 years ago
83e815e
tools lib traceevent: Add sched_switch plugin
by Jiri Olsa
· 11 years ago
de705e2
tools lib traceevent: Add mac80211 plugin
by Jiri Olsa
· 11 years ago
35d79f9f
tools lib traceevent: Add kvm plugin
by Jiri Olsa
· 11 years ago
f825628
tools lib traceevent: Add kmem plugin
by Jiri Olsa
· 11 years ago
d9d13f8
tools lib traceevent: Add hrtimer plugin
by Jiri Olsa
· 11 years ago
e0549f1
tools lib traceevent: Add jbd2 plugin
by Jiri Olsa
· 11 years ago
f33c5cd
tools lib traceevent: Harmonize the install messages in lib-traceevent
by Jiri Olsa
· 11 years ago
71ad958
tools lib traceevent: Change pevent_parse_format to include pevent handle
by Jiri Olsa
· 11 years ago
91a058a
tools lib traceevent: Add traceevent_host_bigendian function
by Jiri Olsa
· 11 years ago
e0e96d0
tools lib traceevent: Add plugin build support
by Jiri Olsa
· 11 years ago
c877bbd
tools lib traceevent: Add plugin support
by Jiri Olsa
· 11 years ago
12e5556
tools lib traceevent: Use helper trace-seq in print functions like kernel does
by Steven Rostedt
· 11 years ago
f612ac0
liblockdep: Add the 'lockdep' user-space utility
by Sasha Levin
· 11 years ago
231941e
liblockdep: Support using LD_PRELOAD
by Sasha Levin
· 11 years ago
dbe9418
liblockdep: Add pthread_rwlock_t test suite
by Sasha Levin
· 11 years ago
5a52c9b
liblockdep: Add public headers for pthread_rwlock_t implementation
by Sasha Levin
· 11 years ago
878f968
liblockdep: Add pthread_mutex_t test suite
by Sasha Levin
· 11 years ago
45e6207
liblockdep: Add public headers for pthread_mutex_t implementation
by Sasha Levin
· 11 years ago
5634bd7
liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspace
by Sasha Levin
· 11 years ago
6b5fa0b
tools lib traceevent: Fix conversion of pointer to integer of different size
by Arnaldo Carvalho de Melo
· 11 years ago
eff2c92
tools lib traceevent: Fix use of multiple options in processing field
by Steven Rostedt
· 11 years ago
0497a9e
tools lib traceevent: Add direct access to dynamic arrays
by Steven Rostedt
· 11 years ago
6d862b8
tools lib traceevent: Add pevent_print_func_field() helper function
by Steven Rostedt
· 11 years ago
c6c2b96
tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual events
by Steven Rostedt
· 11 years ago
5efb9fb
tools lib traceevent: Check for spaces in character array
by Steven Rostedt (Red Hat)
· 11 years ago
0883d9d
tools lib traceevent: Have bprintk output the same as the kernel does
by Steven Rostedt (Red Hat)
· 11 years ago
b30f75e
tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)
by Howard Cochran
· 11 years ago
0970b5f
tools lib traceevent: If %s is a pointer, check printk formats
by Steven Rostedt (Red Hat)
· 11 years ago
18900af
tools lib traceevent: Update printk formats when entered
by Steven Rostedt (Red Hat)
· 11 years ago
1b372ca
tools lib traceevent: Add support for extracting trace_clock in report
by Yoshihiro YUNOMAE
· 11 years ago
65fb099
tools: Harmonize the various build messages in perf, lib-traceevent, lib-lk
by Ingo Molnar
· 11 years ago
ce7eebe
tools lib lk: Uninclude linux/magic.h in debugfs.c
by Vinson Lee
· 11 years ago
456da53
tools lib traceevent: Fixup jobserver setup
by Arnaldo Carvalho de Melo
· 11 years ago
cecb977
Revert "tools lib lk: Fix for cross build"
by Joonsoo Kim
· 11 years ago
d6c2522
tools lib traceevent: Port kbuffer parser routines
by Namhyung Kim
· 11 years ago
012ac69
tools lib traceevent: Add page_size field to pevent
by Namhyung Kim
· 11 years ago
6a48aec
tools lib traceevent: Add trace_seq_reset()
by Namhyung Kim
· 11 years ago
79d5adf
tools lib traceevent: Add const qualifier to string arguments
by Namhyung Kim
· 11 years ago
4ccdf57
tools lib traceevent: Get rid of unused gui target
by Namhyung Kim
· 11 years ago
9f1efa8
tools lib traceevent: Remove unused install targets
by Namhyung Kim
· 11 years ago
d14c496
perf tools: Fix -ldw/-lelf link test when static linking
by Mike Frysinger
· 12 years ago
079787f
tools lib lk: Fix for cross build
by Joonsoo Kim
· 11 years ago
3c4797d
tools lib lk: Respect CROSS_COMPILE
by Rabin Vincent
· 12 years ago
b28b130
tools lib lk: Fix _FORTIFY_SOURCE builds
by Borislav Petkov
· 12 years ago
1355915
perf tools: Extract perf-specific stuff from debugfs.c
by Borislav Petkov
· 12 years ago
85c66be
perf tools: Introduce tools/lib/lk library
by Borislav Petkov
· 12 years ago
b9e8c37
libtraceevent: Remove hard coded include to /usr/local/include in Makefile
by Jack Mitchell
· 12 years ago
e23c1a5
tools lib traceevent: Handle dynamic array's element size properly
by Jiri Olsa
· 12 years ago
10ee9fa
perf tools: Reinstate 'signed' field flag for tracepoints
by Tom Zanussi
· 12 years ago
ff58268
tools lib traceevent: Fix warning on '>=' operator
by Namhyung Kim
· 12 years ago
2d2481d
tools lib traceevent: Add copyright header
by Jon Stanley
· 12 years ago
7b9f6b4
tools lib traceevent: Update FSF postal address to be URL's.
by Jon Stanley
· 12 years ago
fba7a78
tools lib traceevent: test correct variable after allocation
by Sasha Levin
· 12 years ago
Next »