summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tracing: Add DECLARE_TRACE_WITH_CALLBACK() macroJason Baron2009-08-111-4/+27
* tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-113-13/+4
* tracing: Map syscall name to numberJason Baron2009-08-111-0/+16
* tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei2009-08-111-7/+7
* Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111029-16214/+32045
|\
| * pty: fix data loss when stopped (^S/^Q)Linus Torvalds2009-08-101-0/+2
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-1019-201/+1212
| |\
| | * perf_counter: Zero dead bytes from ftrace raw samples size alignmentFrederic Weisbecker2009-08-101-0/+4
| | * perf_counter: Subtract the buffer size field from the event record sizeFrederic Weisbecker2009-08-101-1/+7
| | * perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra2009-08-101-0/+8
| | * perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra2009-08-103-7/+28
| | * perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker2009-08-091-2/+3
| | * perf_counter tools: Fix libbfd detection for systems with libz dependencyMike Galbraith2009-08-091-0/+4
| | * perf: "Longum est iter per praecepta, breve et efficax per exempla"Carlos R. Mafra2009-08-091-0/+225
| | * perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra2009-08-091-15/+15
| | * perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker2009-08-092-15/+15
| | * perf_counter: Work around gcc warning by initializing tracepoint record uncon...Frederic Weisbecker2009-08-091-3/+4
| | * perf tools: callchain: Fix sum of percentages to be 100% by displaying amount...Frederic Weisbecker2009-08-091-3/+44
| | * perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic Weisbecker2009-08-092-1/+16
| | * perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Frederic Weisbecker2009-08-091-0/+2
| | * perf record: Fix the -A UI for empty or non-existent perf.dataPierre Habouzit2009-08-091-4/+8
| | * perf util: Fix do_read() to fail on EOF instead of busy-loopingPierre Habouzit2009-08-091-0/+2
| | * perf list: Fix the output to not include tracepoints without an idPeter Zijlstra2009-08-091-1/+17
| | * perf_counter/powerpc: Fix oops on cpus without perf_counter hardware supportPaul Mackerras2009-08-091-0/+8
| | * perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleBrice Goglin2009-08-092-2/+2
| | * perf report: Add debug help for the finding of symbol bugs - show the symtab ...Arnaldo Carvalho de Melo2009-08-093-12/+50
| | * perf report: Fix per task mult-counter stat reportingPeter Zijlstra2009-08-093-5/+35
| | * perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...Peter Zijlstra2009-08-091-1/+2
| | * perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker2009-08-093-14/+24