aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-02tracing: Add trace_options kernel command line parameterSteven Rostedt2-15/+55
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt9-73/+84
2012-11-02tracing: Remove deprecated tracing_enabled fileSteven Rostedt1-3/+0
2012-11-02tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2-86/+5
2012-11-02tracing: Remove unused function unregister_tracer()Steven Rostedt2-27/+0
2012-11-02tracing: Separate open function from set_event and available_eventsSteven Rostedt1-19/+27
2012-11-02ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE2-3/+3
2012-11-02tracing: Reset ring buffer when changing trace_clocksDavid Sharp1-0/+8
2012-10-31linux/kernel.h: Remove duplicate trace_printk declarationMichal Hocko1-5/+2
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik2-53/+29
2012-10-31tracing: Trivial cleanupDavid Sharp2-5/+3
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt4-11/+33
2012-10-31tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt1-3/+1
2012-10-31tracing: Enable comm recording if trace_printk() is usedSteven Rostedt3-2/+38
2012-10-31tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt1-0/+7
2012-10-31ring-buffer: Add a 'dropped events' counterSlava Pestov3-6/+39
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka3-12/+12
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt6-8/+7
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter7-14/+14
2012-10-30perf/x86: Fix sparse warningsPeter Huewe1-2/+2
2012-10-29perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo1-0/+2
2012-10-29perf record: Fix mmap error output conditionJiri Olsa1-1/+2
2012-10-29perf header: Add is_perf_magic() funcFeng Tang2-0/+11
2012-10-29perf hists browser: Integrate script browser into main hists browserFeng Tang1-0/+38
2012-10-29perf annotate browser: Integrate script browser into annotation browserFeng Tang1-0/+6
2012-10-29perf scripts browser: Add a browser for perf scriptFeng Tang3-0/+200
2012-10-29perf script: Add more filter to find_scripts()Feng Tang1-3/+79
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang11-29/+20
2012-10-29perf tools: Move dso_* related functions into dso objectJiri Olsa5-726/+751
2012-10-29perf tools: Move strxfrchar into string objectJiri Olsa4-12/+19
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa4-34/+34
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa5-5/+9
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa7-17/+19
2012-10-28perf tools: Move parse_events error printing to parse_events_optionsAndi Kleen1-3/+7
2012-10-26perf stat: Add --pre and --post commandPeter Zijlstra2-6/+41
2012-10-26perf inject: Mark a dso if it's usedAndrew Vagin3-8/+17
2012-10-26perf inject: Merge sched_stat_* and sched_switch eventsAndrew Vagin2-3/+144
2012-10-26perf inject: Work with filesAndrew Vagin2-3/+41
2012-10-26perf tools: Fix LIBELF_MMAP checkingNamhyung Kim1-1/+2
2012-10-26perf tools: Always show CHK message when doing try-ccNamhyung Kim1-2/+1
2012-10-26perf tools: Convert invocation of MAKE into SUBDIRNamhyung Kim1-3/+3
2012-10-26perf tools: Cleanup doc related targetsNamhyung Kim1-37/+9
2012-10-26tools lib traceevent: Do not generate dependency for system header filesNamhyung Kim1-1/+1
2012-10-25perf trace: Use sched:sched_stat_runtime to provide a thread summaryArnaldo Carvalho de Melo2-1/+90
2012-10-25perf trace: Count number of events for each thread and globallyArnaldo Carvalho de Melo1-6/+14
2012-10-25perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo1-7/+6
2012-10-24perf tools: Try to build Documentation when installingBorislav Petkov3-4/+34
2012-10-24perf trace: Print the name of a syscall when failing to read its infoArnaldo Carvalho de Melo1-1/+4
2012-10-24perf tools: Pretty print errno for some more functionsArnaldo Carvalho de Melo1-0/+3
2012-10-24perf trace: Add duration filterArnaldo Carvalho de Melo2-4/+31