summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt2009-08-271-1/+0
| * | | | | | | tracing: Fix double CPP substitution in TRACE_EVENT_FNFrederic Weisbecker2009-08-281-6/+7
| * | | | | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-288-33/+59
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | tracing: Remove FTRACE_SYSCALL_MAX definitionsJason Baron2009-08-261-7/+0
| | * | | | | | tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-262-16/+16
| | * | | | | | tracing: Define NR_syscalls for x86_64Jason Baron2009-08-262-0/+7
| | * | | | | | tracing: Define NR_syscalls for x86 (32)Jason Baron2009-08-261-0/+2
| | * | | | | | tracing: Don't trace kernel thread syscallsHendrik Brueckner2009-08-261-1/+3
| | * | | | | | tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner2009-08-261-0/+4
| | * | | | | | tracing: Add syscall tracepoints - s390 arch updateHendrik Brueckner2009-08-261-9/+27
| * | | | | | | tracing: Undef TRACE_EVENT_FN between trace events headers inclusionFrederic Weisbecker2009-08-271-0/+1
| |/ / / / / /
| * | | | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-2619-93/+154
| |\ \ \ \ \ \
| | * | | | | | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-265-36/+88
| | * | | | | | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-267-45/+49
| | * | | | | | tracing: Make syscall tracepoints conditionalJosh Stone2009-08-262-1/+5
| | * | | | | | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-2613-23/+24
| * | | | | | | tracing: add comments to explain TRACE_EVENT out of protectionSteven Rostedt2009-08-261-2/+11
| * | | | | | | tracing/events: fix the include file dependenciesXiao Guangrong2009-08-262-2/+2
| * | | | | | | ftrace: Move setting of clock-source out of optionsZhaolei2009-08-262-20/+79
| * | | | | | | tracing/filters: Support filtering for char * stringsLi Zefan2009-08-262-3/+24
| * | | | | | | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-266-22/+49
| * | | | | | | tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan2009-08-263-9/+18
| * | | | | | | tracing: Add vim script to enable folding for function_graph tracesJosh Triplett2009-08-261-0/+42
| * | | | | | | tracing/sched: show CPU task wakes up on in trace eventSteven Rostedt2009-08-261-4/+8
| |/ / / / / /
| * | | | | | tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha2009-08-251-3/+0
| * | | | | | tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan2009-08-201-9/+16
| * | | | | | tracing/syscalls: Add filtering supportLi Zefan2009-08-195-13/+71
| * | | | | | tracing/events: Add trace_define_common_fields()Li Zefan2009-08-194-17/+29
| * | | | | | tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-194-7/+5
| * | | | | | tracing/syscalls: Add fields format for exit eventsLi Zefan2009-08-193-4/+23
| * | | | | | tracing/syscalls: Fix fields format for enter eventsLi Zefan2009-08-191-23/+28
| * | | | | | [S390] ftrace: update system call tracer supportIngo Molnar2009-08-191-2/+5
| * | | | | | ftrace: Simplify seqfile codeLi Zefan2009-08-171-13/+2
| * | | | | | trace_stack: Simplify seqfile codeLi Zefan2009-08-171-22/+12
| * | | | | | trace_stat: Fix missing entry in stat fileLi Zefan2009-08-171-3/+7
| * | | | | | tracing/syscalls: Fix to print parameter typesLi Zefan2009-08-171-16/+1
| * | | | | | tracing/events: Add module tracepointsLi Zefan2009-08-174-3/+152
| * | | | | | tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architecturesIngo Molnar2009-08-131-0/+3
| * | | | | | tracing: Support for syscall events raw records in perfcountersFrederic Weisbecker2009-08-111-2/+37
| * | | | | | tracing: Add fields format definition for syscall eventsFrederic Weisbecker2009-08-113-0/+49
| * | | | | | tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-114-5/+9
| * | | | | | tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALLJason Baron2009-08-111-4/+4
| * | | | | | tracing: Add more namespace area to 'perf list' outputJason Baron2009-08-111-4/+4
| * | | | | | tracing: Add perf counter support for syscalls tracingJason Baron2009-08-114-1/+181
| * | | | | | tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-115-20/+52
| * | | | | | tracing: Add trace events for each syscall entry/exitJason Baron2009-08-113-103/+159
| * | | | | | tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-113-6/+7
| * | | | | | tracing: Raw_init() bailout in trace event register fail caseJason Baron2009-08-111-10/+19
| * | | | | | tracing: Update FTRACE_SYSCALL_MAXJason Baron2009-08-111-2/+2
| * | | | | | tracing: Add syscall tracepointsJason Baron2009-08-113-2/+63