index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Age
Commit message (
Expand
)
Author
2018-06-05
perf sched: Use sched->show_callchain where appropriate
Arnaldo Carvalho de Melo
2018-06-05
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
2018-03-07
perf sched map: Re-annotate shortname if thread comm changed
Changbin Du
2018-03-07
perf sched: Move thread::shortname to thread_runtime
Changbin Du
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-09-13
perf sched timehist: Add pid and tid options
David Ahern
2017-06-27
perf tools: Replace error() with pr_err()
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-03-27
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-03-14
perf sched timehist: Add --next option
Brendan Gregg
2017-03-14
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
2017-02-20
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-13
perf symbols: No need to check if sym->name is NULL
Arnaldo Carvalho de Melo
2017-01-17
perf sched timehist: Show total wait times for summary
Namhyung Kim
2017-01-17
perf sched timehist: Add --state option
Namhyung Kim
2017-01-17
perf sched timehist: Account thread wait time separately
Namhyung Kim
2016-12-27
perf sched timehist: Show total scheduling time
Namhyung Kim
2016-12-22
perf sched timehist: Fix invalid period calculation
Namhyung Kim
2016-12-22
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary
Namhyung Kim
2016-12-22
perf sched timehist: Enlarge default 'comm_width'
Namhyung Kim
2016-12-22
perf sched timehist: Honour 'comm_width' when aligning the headers
Namhyung Kim
2016-12-15
perf sched timehist: Show callchains for idle stat
Namhyung Kim
2016-12-15
perf sched timehist: Add -I/--idle-hist option
Namhyung Kim
2016-12-15
perf sched timehist: Skip non-idle events when necessary
Namhyung Kim
2016-12-15
perf sched timehist: Save callchain when entering idle
Namhyung Kim
2016-12-15
perf sched timehist: Introduce struct idle_time_data
Namhyung Kim
2016-12-15
perf sched timehist: Split is_idle_sample()
Namhyung Kim
2016-12-07
perf sched timehist: Cleanup idle_max_cpu handling
Namhyung Kim
2016-12-07
perf sched timehist: Handle zero sample->tid properly
Namhyung Kim
2016-12-07
perf sched: Cleanup option processing
Namhyung Kim
2016-12-07
perf sched timehist: Improve error message when analyzing wrong file
David Ahern
2016-12-01
perf sched timehist: Add option to specify time window of interest
David Ahern
2016-11-25
perf sched timehist: Handle cpu migration events
David Ahern
2016-11-25
perf sched timehist: Enlarge max stack depth by 2
Namhyung Kim
2016-11-25
perf sched timehist: Mark schedule function in callchains
Namhyung Kim
2016-11-25
perf callchain: Add option to skip ignore symbol when printing callchains
Namhyung Kim
2016-11-23
perf sched timehist: Add -V/--cpu-visual option
David Ahern
2016-11-23
perf sched timehist: Add call graph options
David Ahern
2016-11-23
perf sched timehist: Add -w/--wakeups option
David Ahern
2016-11-23
perf sched timehist: Add summary options
David Ahern
2016-11-23
perf sched timehist: Introduce timehist command
David Ahern
2016-10-28
perf tools: Introduce timestamp__scnprintf_usec()
Namhyung Kim
2016-10-25
perf sched map: Always show task comm with -v
Namhyung Kim
2016-10-25
perf sched map: Apply cpu color when there's an activity
Namhyung Kim
[next]