summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add trace_options kernel command line parameterSteven Rostedt2012-11-022-15/+55
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-029-73/+84
* tracing: Remove deprecated tracing_enabled fileSteven Rostedt2012-11-021-3/+0
* tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt2012-11-022-86/+5
* tracing: Remove unused function unregister_tracer()Steven Rostedt2012-11-022-27/+0
* tracing: Separate open function from set_event and available_eventsSteven Rostedt2012-11-021-19/+27
* ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64Yoshihiro YUNOMAE2012-11-022-3/+3
* tracing: Reset ring buffer when changing trace_clocksDavid Sharp2012-11-021-0/+8
* linux/kernel.h: Remove duplicate trace_printk declarationMichal Hocko2012-10-311-5/+2
* tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik2012-10-312-53/+29
* tracing: Trivial cleanupDavid Sharp2012-10-312-5/+3
* tracing: Cache comms only after an event occurredSteven Rostedt2012-10-314-11/+33
* tracing: Have tracing_sched_wakeup_trace() use standard unlock_commitSteven Rostedt2012-10-311-3/+1
* tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-313-2/+38
* tracing: Expand ring buffer when trace_printk() is usedSteven Rostedt2012-10-311-0/+7
* ring-buffer: Add a 'dropped events' counterSlava Pestov2012-10-313-6/+39
* tracing: Change tracer's integer flags to boolHiraku Toyooka2012-10-313-12/+12
* tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-316-8/+7
* tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-317-14/+14
* perf/x86: Fix sparse warningsPeter Huewe2012-10-301-2/+2
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-10-3034-829/+1196
|\
| * perf python: Initialize 'page_size' variableArnaldo Carvalho de Melo2012-10-291-0/+2
| * perf record: Fix mmap error output conditionJiri Olsa2012-10-291-1/+2
| * perf header: Add is_perf_magic() funcFeng Tang2012-10-292-0/+11
| * perf hists browser: Integrate script browser into main hists browserFeng Tang2012-10-291-0/+38
| * perf annotate browser: Integrate script browser into annotation browserFeng Tang2012-10-291-0/+6
| * perf scripts browser: Add a browser for perf scriptFeng Tang2012-10-293-0/+200
| * perf script: Add more filter to find_scripts()Feng Tang2012-10-291-3/+79
| * perf tools: Add a global variable "const char *input_name"Feng Tang2012-10-2911-29/+20
| * perf tools: Move dso_* related functions into dso objectJiri Olsa2012-10-295-726/+751
| * perf tools: Move strxfrchar into string objectJiri Olsa2012-10-294-12/+19
| * perf tools: Move hex2u64 into util objectJiri Olsa2012-10-294-34/+34
| * perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa2012-10-295-5/+9
| * perf tools: Move build_id__sprintf into build-id objectJiri Olsa2012-10-297-17/+19
| * perf tools: Move parse_events error printing to parse_events_optionsAndi Kleen2012-10-281-3/+7
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-10-269-61/+256
|\
| * perf stat: Add --pre and --post commandPeter Zijlstra2012-10-262-6/+41
| * perf inject: Mark a dso if it's usedAndrew Vagin2012-10-263-8/+17
| * perf inject: Merge sched_stat_* and sched_switch eventsAndrew Vagin2012-10-262-3/+144
| * perf inject: Work with filesAndrew Vagin2012-10-262-3/+41
| * perf tools: Fix LIBELF_MMAP checkingNamhyung Kim2012-10-261-1/+2
| * perf tools: Always show CHK message when doing try-ccNamhyung Kim2012-10-261-2/+1
| * perf tools: Convert invocation of MAKE into SUBDIRNamhyung Kim2012-10-261-3/+3
| * perf tools: Cleanup doc related targetsNamhyung Kim2012-10-261-37/+9
| * tools lib traceevent: Do not generate dependency for system header filesNamhyung Kim2012-10-261-1/+1
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-10-263-14/+110
|\
| * perf trace: Use sched:sched_stat_runtime to provide a thread summaryArnaldo Carvalho de Melo2012-10-252-1/+90
| * perf trace: Count number of events for each thread and globallyArnaldo Carvalho de Melo2012-10-251-6/+14
| * perf tools: Don't stop synthesizing threads when one vanishesArnaldo Carvalho de Melo2012-10-251-7/+6
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-10-2517-58/+535
|\
OpenPOWER on IntegriCloud