Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-14tracing: Remove per event trace registeringSteven Rostedt
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2010-05-14tracing: Create class struct for eventsSteven Rostedt
2010-04-30[SCSI] ftrace: add __print_hex()Kei Tokunaga
2010-04-04perf: Fetch hot regs from the template callerFrederic Weisbecker
2010-04-01tracing: Update commentsLi Zefan
2010-03-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker
2010-03-04rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney
2010-02-16tracing: Add notrace to TRACE_EVENT implementation functionsSteven Rostedt
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan
2010-01-06tracing: Add print_fmt fieldLai Jiangshan
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan
2009-12-13ftrace.h: Use common pr_info fmt stringJoe Perches
2009-12-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-11-26events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar
2009-11-25tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt
2009-11-25tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker
2009-11-14tracing: Fix event format exportJohannes Berg
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi
2009-09-24Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker
2009-09-14tracing: have TRACE_EVENT macro use __flags to not shadow parameterSteven Rostedt
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker
2009-09-05tracing: pass around ring buffer instead of tracerSteven Rostedt
2009-08-31tracing/filters: Defer pred allocationLi Zefan
2009-08-28tracing: Fix double CPP substitution in TRACE_EVENT_FNFrederic Weisbecker
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan