aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)4-8/+185
2016-05-02tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)2-64/+10
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)2-14/+0
2016-04-29tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)1-8/+10
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2-15/+9
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)2-10/+0
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)3-11/+10
2016-04-29tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2-20/+6
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)3-8/+6
2016-04-26tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2-94/+94
2016-04-26tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang1-3/+3
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi1-2/+6
2016-04-26tracing: Add check for NULL event field when creating hist fieldTom Zanussi1-0/+3
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2016-04-25tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)1-1/+10
2016-04-19tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)1-2/+2
2016-04-19kselftests/ftrace: Add a test for log2 modifier of hist triggerMasami Hiramatsu1-0/+10
2016-04-19tracing: Add hist trigger 'log2' modifierNamhyung Kim2-0/+21
2016-04-19kselftests/ftrace: Add hist trigger testcasesMasami Hiramatsu3-0/+221
2016-04-19kselftests/ftrace : Add event trigger testcasesMasami Hiramatsu6-0/+299
2016-04-19tracing: Add support for named hist triggersTom Zanussi3-29/+407
2016-04-19tracing: Add support for named triggersTom Zanussi2-0/+156
2016-04-19tracing: Add support for multiple hist triggers per eventTom Zanussi3-41/+293
2016-04-19tracing: Add 'hist' trigger DocumentationTom Zanussi1-0/+1155
2016-04-19tracing: Add enable_hist/disable_hist triggersTom Zanussi5-31/+196
2016-04-19tracing: Remove restriction on string position in hist trigger keysTom Zanussi1-28/+35
2016-04-19tracing: Support string type key properlyNamhyung Kim1-4/+45
2016-04-19tracing: Add hist trigger support for stacktraces as keysTom Zanussi2-42/+109
2016-04-19tracing: Add hist trigger 'syscall' modifierTom Zanussi2-1/+17
2016-04-19tracing: Add hist trigger 'execname' modifierTom Zanussi2-2/+101
2016-04-19tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi2-5/+28
2016-04-19tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi2-7/+60
2016-04-19tracing: Add hist trigger support for clearing a traceTom Zanussi2-3/+26
2016-04-19tracing: Add hist trigger support for pausing and continuing a traceTom Zanussi2-4/+34
2016-04-19tracing: Add hist trigger support for user-defined sorting ('sort=' param)Tom Zanussi2-4/+114
2016-04-19tracing: Add hist trigger support for compound keysTom Zanussi2-15/+36
2016-04-19tracing: Add hist trigger support for multiple values ('vals=' param)Tom Zanussi2-6/+85
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi8-0/+896
2016-04-19tracing: Update some tracing_map constants and commentsTom Zanussi2-4/+5
2016-04-19tracing: Fix TRACING_MAP KconfigSteven Rostedt (Red Hat)2-4/+1
2016-04-19tracing: Add lock-free tracing_mapTom Zanussi4-0/+1354
2016-04-19tracing: Update the documentation to describe "event-fork" optionSteven Rostedt (Red Hat)1-10/+24
2016-04-19tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt3-10/+79
2016-04-19tracing: Use pid bitmap instead of a pid array for set_event_pidSteven Rostedt2-124/+102
2016-04-19tracing: Rename check_ignore_pid() to ignore_this_task()Steven Rostedt1-7/+7
2016-04-17Linux 4.6-rc4Linus Torvalds1-1/+1
2016-04-17dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy1-2/+2
2016-04-15libnvdimm, pmem: clarify the write+clear_poison+write flowDan Williams1-0/+14
2016-04-15block: loop: fix filesystem corruption in case of aio/dioMing Lei1-0/+6
2016-04-14dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer1-24/+40