summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-11-27 09:40:20 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-11-27 09:40:20 +0100
commit88ec6a4d836904a75bef87bfcd906193ad11d88a (patch)
tree8a901b1eafd0fb1000c42ae8c900b03ced011cae /tools/perf/scripts/python/task-analyzer.py
parenta8822df9043b6ff9751bca8acd8f0f64dd727706 (diff)
parent72ac01274a8e03eb39756284edb4aa2804599d23 (diff)
downloadkernel-88ec6a4d836904a75bef87bfcd906193ad11d88a.tar.gz
Merge tag 'mfd-lee-3.13-fixes-1' of git://git.linaro.org/people/ljones/mfd
A single patch due in for v3.13-rc2
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
/exit.c?h=linux-6.12.y&id=570ac9337b5c13dbf46ca6758c376e2e13e8956f'>ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov 2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney 2015-10-06sched/core: Robustify preemption leak checksPeter Zijlstra 2015-08-07kernel: exit: fix typo in commentFrans Klaver 2015-06-25exit,stats: /* obey this comment */Rik van Riel 2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner 2015-04-12Remove execution domain supportRichard Weinberger 2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko 2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko 2015-01-08exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov 2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov 2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov 2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov 2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov 2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov 2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov 2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov 2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov 2014-12-10exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov 2014-12-10exit: release_task: fix the comment about group leader accountingOleg Nesterov 2014-12-10exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov 2014-12-10exit: wait: don't use zombie->real_parentOleg Nesterov 2014-12-10exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov 2014-12-10exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov 2014-12-10exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov 2014-12-10exit: reparent: cleanup the changing of ->parentOleg Nesterov 2014-12-10exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov 2014-11-05tty: Move session_of_pgrp() and make staticPeter Hurley 2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra