index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Commit message (
Expand
)
Author
Age
*
perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...
Yunlong Song
2015-04-08
*
perf sched replay: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-08
*
perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...
Yunlong Song
2015-04-08
*
perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...
Yunlong Song
2015-04-08
*
perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...
Yunlong Song
2015-04-08
*
perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...
Yunlong Song
2015-04-08
*
perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th...
Yunlong Song
2015-04-08
*
perf sched replay: Increase the MAX_PID value to fix assertion failure problem
Yunlong Song
2015-04-08
*
perf sched replay: Use struct task_desc instead of struct task_task for corre...
Yunlong Song
2015-04-08
*
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
2015-03-11
*
perf sched: No need to keep the session around
Arnaldo Carvalho de Melo
2015-03-02
*
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
2015-03-02
*
perf evlist: Adopt events_stats from perf_session
Arnaldo Carvalho de Melo
2015-02-22
*
perf sched: Stop updating hists stats, not used
Arnaldo Carvalho de Melo
2014-10-09
*
perf sched: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
*
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
2014-08-13
*
perf sched: Move call to symbol__init() after creating session
Namhyung Kim
2014-08-13
*
perf tools: Rename ordered_samples bool to ordered_events
Jiri Olsa
2014-08-12
*
perf tools: Enable close-on-exec flag on perf file descriptor
Yann Droneaud
2014-07-18
*
perf machine: Fix the value used for unknown pids
Adrian Hunter
2014-07-16
*
perf tools: Introduce hists__inc_nr_samples()
Namhyung Kim
2014-06-01
*
perf sched: Cleanup, remove unused variables in map_switch_event()
Dongsheng Yang
2014-05-16
*
perf sched: Remove nr_state_machine_bugs in perf latency
Dongsheng Yang
2014-05-16
*
perf tools: Remove usage of trace_sched_wakeup(.success)
Peter Zijlstra
2014-05-12
*
perf tools: Clarify the output of perf sched map.
Dongsheng
2014-05-12
*
perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space.
Dongsheng
2014-05-12
*
perf tools: Add missing event for perf sched record.
Dongsheng
2014-05-12
*
perf sched: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
2014-04-16
*
perf sched: Fixup header alignment in 'latency' output
Ramkumar Ramachandra
2014-03-18
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
*
perf evsel: Ditch evsel->handler.data field
Arnaldo Carvalho de Melo
2013-11-07
*
perf tools: Use an accessor to read thread comm
Frederic Weisbecker
2013-11-04
*
perf sched: Optimize build time
Adrian Hunter
2013-10-23
*
perf sched: Make struct perf_sched sched a local variable
Adrian Hunter
2013-10-23
*
perf tools: Add data object to handle perf data file
Jiri Olsa
2013-10-21
*
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
2013-08-29
*
perf sched: Remove sched_process_fork tracepoint
David Ahern
2013-08-12
*
perf sched: Remove sched_process_exit tracepoint
David Ahern
2013-08-12
*
perf sched: Remove thread lookup in sample handler
David Ahern
2013-08-12
*
perf sched: Simplify arguments to read_events
David Ahern
2013-08-12
*
perf tools: struct thread has a tid not a pid
Adrian Hunter
2013-07-12
*
perf sched: Move struct perf_sched definition out of cmd_sched()
Namhyung Kim
2013-07-12
*
perf record: Remove -f/--force option
Jiri Olsa
2013-07-08
*
Revert "perf sched: Handle PERF_RECORD_EXIT events"
Arnaldo Carvalho de Melo
2013-04-01
*
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
2013-01-24
*
perf tools: Add a global variable "const char *input_name"
Feng Tang
2012-10-29
*
perf sched: Handle PERF_RECORD_EXIT events
Arnaldo Carvalho de Melo
2012-10-06
*
perf event: No need to create a thread when handling PERF_RECORD_EXIT
Arnaldo Carvalho de Melo
2012-10-06
*
perf sched: Look up thread using tid instead of pid
Arnaldo Carvalho de Melo
2012-10-02
*
perf sched: Fixup for the die() removal
Namhyung Kim
2012-09-14
[next]