index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
perf evsel: Introduce evsel_fprintf.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-25
perf evsel: Remove need for symbol_conf in evsel_fprintf.c
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
1
-5
/
+6
2019-09-20
perf sched: Add missing event.h include directive
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-09-01
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-27
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-2
/
+2
2019-07-30
libperf: Include perf_evlist in evlist object
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Include perf_evsel in evsel object
Jiri Olsa
1
-1
/
+1
2019-07-30
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-2
/
+2
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-37
/
+37
2019-07-30
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
1
-2
/
+2
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-4
/
+4
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-26
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-25
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-10
/
+6
2019-01-25
perf sched: Use cached rbtrees
Davidlohr Bueso
1
-20
/
+25
2019-01-21
perf tools: Replace automatic const char[] variables by statics
Rasmus Villemoes
1
-1
/
+1
2018-06-05
perf sched: Use sched->show_callchain where appropriate
Arnaldo Carvalho de Melo
1
-5
/
+6
2018-06-05
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
1
-2
/
+1
2018-03-07
perf sched map: Re-annotate shortname if thread comm changed
Changbin Du
1
-2
/
+36
2018-03-07
perf sched: Move thread::shortname to thread_runtime
Changbin Du
1
-40
/
+55
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
1
-6
/
+10
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
1
-4
/
+4
2017-09-13
perf sched timehist: Add pid and tid options
David Ahern
1
-0
/
+4
2017-06-27
perf tools: Replace error() with pr_err()
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-03-27
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
1
-3
/
+3
2017-03-14
perf sched timehist: Add --next option
Brendan Gregg
1
-5
/
+20
2017-03-14
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
1
-0
/
+1
2017-02-20
perf utils: Check verbose flag properly
Namhyung Kim
1
-6
/
+6
2017-02-13
perf symbols: No need to check if sym->name is NULL
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-01-17
perf sched timehist: Show total wait times for summary
Namhyung Kim
1
-3
/
+41
2017-01-17
perf sched timehist: Add --state option
Namhyung Kim
1
-4
/
+34
2017-01-17
perf sched timehist: Account thread wait time separately
Namhyung Kim
1
-6
/
+44
2016-12-28
perf sched timehist: Show total scheduling time
Namhyung Kim
1
-3
/
+14
2016-12-22
perf sched timehist: Fix invalid period calculation
Namhyung Kim
1
-1
/
+1
2016-12-22
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary
Namhyung Kim
1
-3
/
+0
2016-12-22
perf sched timehist: Enlarge default 'comm_width'
Namhyung Kim
1
-1
/
+1
2016-12-22
perf sched timehist: Honour 'comm_width' when aligning the headers
Namhyung Kim
1
-3
/
+4
2016-12-15
perf sched timehist: Show callchains for idle stat
Namhyung Kim
1
-0
/
+86
2016-12-15
perf sched timehist: Add -I/--idle-hist option
Namhyung Kim
1
-5
/
+41
[next]