Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
68947b8f9a36f7f7f54ca95e0c6e169bb603e803
/
kernel
/
trace
88fc86c
tracing: Append prompt in /debug/tracing/README file
by GeunSik Lim
· 16 years ago
7267fa6
tracing: fix ref count in splice pages
by Steven Rostedt
· 16 years ago
557055b
tracing: Fix branch tracer header
by Zhaolei
· 16 years ago
a3d03ec
tracing: Fix power tracer header
by Zhaolei
· 16 years ago
44e9c8b
tracing/filters: return proper error code when writing filter file
by Li Zefan
· 16 years ago
a3e0ab0
tracing/filters: allow user input integer to be oct or hex
by Li Zefan
· 16 years ago
bcabd91
tracing/filters: fix NULL pointer dereference
by Li Zefan
· 16 years ago
8433a40
tracing/filters: NIL-terminate user input filter
by Li Zefan
· 16 years ago
0462b56
ftrace: Output REC->var instead of __entry->var for trace format
by Zhaolei
· 16 years ago
4d1f437
tracing: fix document references
by Li Zefan
· 16 years ago
93cfb3c
tracing: fix splice return too large
by Lai Jiangshan
· 16 years ago
c7625a5
tracing: update file->f_pos when splice(2) it
by Lai Jiangshan
· 16 years ago
ddd538f
tracing: allocate page when needed
by Lai Jiangshan
· 16 years ago
d1e7e02
tracing: disable seeking for trace_pipe_raw
by Lai Jiangshan
· 16 years ago
9eb8512
blktrace: pass the right pointer to kfree()
by Li Zefan
· 16 years ago
47788c5
tracing/syscalls: use a dedicated file header
by Frederic Weisbecker
· 16 years ago
c93f216
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
1bbe2a8
ftrace: Correct a text align for event format output
by Zhaolei
· 16 years ago
bc2b687
Update /debug/tracing/README
by Nikanth Karthikesan
· 16 years ago
b0dfa97
tracing/ftrace: alloc the started cpumask for the trace file
by Frederic Weisbecker
· 16 years ago
8bcae09
ftrace: Add check of sched_stopped for probe_sched_wakeup
by Zhaolei
· 16 years ago
5f0c6c0
tracing/ftrace: fix missing include string.h
by Frederic Weisbecker
· 16 years ago
cf8e347
tracing: fix incorrect return type of ns2usecs()
by Lai Jiangshan
· 16 years ago
301fd74
tracing: remove CALLER_ADDR2 from wakeup tracer
by Steven Rostedt
· 16 years ago
a053958
Merge branch 'tracing/blktrace-fixes' into tracing/urgent
by Ingo Molnar
· 16 years ago
12fe32e
Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
714f83d
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
e2494e1
blktrace: fix pdu_len when tracing packet command requests
by Li Zefan
· 16 years ago
7635b03
blktrace: small cleanup in blk_msg_write()
by Li Zefan
· 16 years ago
a4b3ada
blktrace: NUL-terminate user space messages
by Carl Henrik Lunde
· 16 years ago
c826e3c
kmemtrace: small cleanups
by Ingo Molnar
· 16 years ago
42af905
kmemtrace: restore original tracing data binary format, improve ABI
by Eduard - Gabriel Munteanu
· 16 years ago
da2635a
kmemtrace: kmemtrace_alloc() must fill type_id
by Eduard - Gabriel Munteanu
· 16 years ago
ca2b84cb
kmemtrace: use tracepoints
by Eduard - Gabriel Munteanu
· 16 years ago
2e57289
ring-buffer: do not remove reader page from list on ring buffer free
by Steven Rostedt
· 16 years ago
2aad1b7
function-graph: allow unregistering twice
by Steven Rostedt
· 16 years ago
8b54e45
Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2
by Ingo Molnar
· 16 years ago
b14b70a
trace: make argument 'mem' of trace_seq_putmem() const
by Li Zefan
· 16 years ago
f285901
tracing: add missing 'extern' keywords to trace_output.h
by Eduard - Gabriel Munteanu
· 16 years ago
bdd6df6
tracing: provide trace_seq_reserve()
by Eduard - Gabriel Munteanu
· 16 years ago
18cea45
blktrace: print out BLK_TN_MESSAGE properly
by Li Zefan
· 16 years ago
b6a4b0c
blktrace: extract duplidate code
by Li Zefan
· 16 years ago
ad5dd54
blktrace: fix memory leak when freeing struct blk_io_trace
by Li Zefan
· 16 years ago
17ba97e
blktrace: fix blk_probes_ref chaos
by Li Zefan
· 16 years ago
35ac51b
blktrace: make classic output more classic
by Li Zefan
· 16 years ago
eb08f8e
blktrace: fix off-by-one bug
by Li Zefan
· 16 years ago
5554720
blktrace: fix the original blktrace
by Li Zefan
· 16 years ago
b5230b5
blktrace: fix a race when creating blk_tree_root in debugfs
by Li Zefan
· 16 years ago
6c051ce
blktrace: fix timestamp in binary output
by Li Zefan
· 16 years ago
692105b
trivial: fix typos/grammar errors in Kconfig texts
by Matt LaPlante
· 16 years ago
2a93a1f
trivial: fix typo "resgister" -> "register"
by Uwe Kleine-Koenig
· 16 years ago
9a8118b
tracing: filter fix for TRACE_EVENT_FORMAT events
by Tom Zanussi
· 16 years ago
2a4efa4
ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()
by Zhaolei
· 16 years ago
2f63b84
trace_workqueues: fix empty line's output
by Lai Jiangshan
· 16 years ago
220ba35
trace_stat: keep original order
by Lai Jiangshan
· 16 years ago
e6f4890
trace_stat: don't call seq_printf() in seq_operation->start()
by Lai Jiangshan
· 16 years ago
ee000b7
tracing: use union for multi-usages field
by Lai Jiangshan
· 16 years ago
cc59c9e
ftrace: show virtual PID
by Lai Jiangshan
· 16 years ago
be6f164
function-graph: add option for include sleep times
by Steven Rostedt
· 16 years ago
8aef2d2
function-graph: ignore times across schedule
by Steven Rostedt
· 16 years ago
05ce581
function-graph: prevent more than one tracer registering
by Steven Rostedt
· 16 years ago
5d1a03d
function-graph: moved the timestamp from arch to generic code
by Steven Rostedt
· 16 years ago
0983352
tracing: fix memory leak in trace_stat
by Steven Rostedt
· 16 years ago
0934199
blktrace: print human-readable act_mask
by Li Zefan
· 16 years ago
e0dc81b
blktrace: fix t_error()
by Li Zefan
· 16 years ago
6579634
blktrace: fix wrong calculation of RWBS
by Li Zefan
· 16 years ago
e4955c9
blktrace: mark ddir_act[] const
by Li Zefan
· 16 years ago
9f58a15
tracing/filters: disallow integer values for string filters and vice versa
by Tom Zanussi
· 16 years ago
4bda2d5
tracing/filters: use trace_seq_printf() to print filters
by Tom Zanussi
· 16 years ago
09f1f24
tracing/filters: free pred when clearing filters
by Tom Zanussi
· 16 years ago
1fc2d5c
tracing/filters: use list_for_each_entry
by Tom Zanussi
· 16 years ago
1618536
tracing/function-graph-tracer: fix functions call traces imbalance
by Frederic Weisbecker
· 16 years ago
45b9560
tracing: Fix TRACING_SUPPORT dependency for PPC32
by Anton Vorontsov
· 16 years ago
3e1f60b
tracing/ftrace: check if debugfs is registered before creating files
by Frederic Weisbecker
· 16 years ago
c4cff06
tracing/filters: clean up filter_add_subsystem_pred()
by Tom Zanussi
· 16 years ago
ee6cdab
tracing/filters: fix bug in copy_pred()
by Tom Zanussi
· 16 years ago
75c8b41
tracing/filters: use list_for_each_entry_safe
by Tom Zanussi
· 16 years ago
b118415
tracing/events: don't discard an event after commit
by Frederic Weisbecker
· 16 years ago
7e6ea92
tracing/ftrace: make nop-tracer use polling wait for events on pipe
by Frederic Weisbecker
· 16 years ago
07edf71
tracing/events: don't use wake up for events
by Frederic Weisbecker
· 16 years ago
9bd7d09
tracing/events: make the filter files writable
by Frederic Weisbecker
· 16 years ago
fe9f57f2
tracing: add run-time field descriptions for event filtering, kfree fix
by Ingo Molnar
· 16 years ago
cfb180f
tracing: add per-subsystem filtering
by Tom Zanussi
· 16 years ago
7ce7e42
tracing: add per-event filtering
by Tom Zanussi
· 16 years ago
2d62271
tracing: add ring_buffer_event_discard() to ring buffer
by Tom Zanussi
· 16 years ago
b8b9426
tracing: fix four sparse warnings
by Dmitri Vorobiev
· 16 years ago
cf027f6
tracing: add run-time field descriptions for event filtering
by Tom Zanussi
· 16 years ago
a524446
Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buffer', 'tracing/textedit' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
0cf53ff
tracing: keep the tracing buffer after self-test failure
by Frederic Weisbecker
· 16 years ago
cf586b6
tracing/function-graph-tracer: prevent hangs during self-tests
by Frederic Weisbecker
· 16 years ago
b125130
blktrace: avoid accessing NULL bdev->bd_disk
by Li Zefan
· 16 years ago
cd649b8
blktrace: remove sysfs_blk_trace_enable_show/store()
by Li Zefan
· 16 years ago
15152e4
blktrace: report EBUSY correctly
by Li Zefan
· 16 years ago
cbe2829
blktrace: don't increase blk_probes_ref if failed to setup blk trace
by Li Zefan
· 16 years ago
3c289ba
blktrace: remove blk_probe_mutex
by Li Zefan
· 16 years ago
5006ea7
blktrace: make blk_tracer_enabled a bool flag
by Li Zefan
· 16 years ago
1a17662
blktrace: fix possible memory leak
by Li Zefan
· 16 years ago
09c9e84
tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit
by Frederic Weisbecker
· 16 years ago
ac199db
ftrace: event profile hooks
by Peter Zijlstra
· 16 years ago
Next »