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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
24
-25
/
+0
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
9
-3
/
+6
2019-08-29
perf time-utils: Adopt rdclock() from perf.h
Arnaldo Carvalho de Melo
2
-0
/
+10
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
7
-1
/
+8
2019-08-29
perf header: Move CPUINFO_PROC to the only file where it is used
Arnaldo Carvalho de Melo
1
-0
/
+18
2019-08-29
perf tools: Remove needless libtraceevent include directives
Arnaldo Carvalho de Melo
2
-2
/
+0
2019-08-29
perf header: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
1
-3
/
+4
2019-08-29
perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-4
/
+7
2019-08-29
perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-1
/
+2
2019-08-29
perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
1
-2
/
+2
2019-08-29
perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-17
/
+16
2019-08-29
perf timechart: Refactor svg_build_topology_map()
Kyle Meyer
2
-9
/
+15
2019-08-29
perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) work
Arnaldo Carvalho de Melo
1
-0
/
+9
2019-08-29
libperf: Move 'enum perf_user_event_type' to perf/event.h
Jiri Olsa
1
-23
/
+0
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
19
-95
/
+95
2019-08-29
libperf: Add 'union perf_event' to perf/event.h
Jiri Olsa
1
-36
/
+0
2019-08-29
libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h
Jiri Olsa
1
-5
/
+0
2019-08-29
libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
Jiri Olsa
1
-6
/
+0
2019-08-29
libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h
Jiri Olsa
1
-7
/
+0
2019-08-29
libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h
Jiri Olsa
2
-7
/
+1
2019-08-29
libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h
Jiri Olsa
2
-19
/
+2
2019-08-29
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
Jiri Olsa
2
-19
/
+1
2019-08-29
libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h
Jiri Olsa
1
-11
/
+0
2019-08-29
libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h
Jiri Olsa
1
-6
/
+0
2019-08-29
libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...
Jiri Olsa
1
-5
/
+0
2019-08-29
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
Jiri Olsa
2
-8
/
+1
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...
Jiri Olsa
2
-16
/
+1
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h
Jiri Olsa
2
-12
/
+1
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...
Jiri Olsa
5
-12
/
+5
2019-08-29
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
Jiri Olsa
2
-17
/
+6
2019-08-29
libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h
Jiri Olsa
1
-7
/
+0
2019-08-29
libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...
Jiri Olsa
1
-5
/
+0
2019-08-29
libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...
Jiri Olsa
1
-12
/
+0
2019-08-29
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...
Jiri Olsa
2
-24
/
+1
2019-08-29
libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h
Jiri Olsa
1
-26
/
+0
2019-08-29
libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
Jiri Olsa
1
-6
/
+0
2019-08-29
perf top: Fix event group with more than two events
Namhyung Kim
2
-18
/
+22
2019-08-29
perf clang: Delete needless util-cxx.h header
Arnaldo Carvalho de Melo
4
-29
/
+5
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
6
-1
/
+5
2019-08-28
perf symbols: Use CAP_SYSLOG with kptr_restrict checks
Igor Lubashev
1
-3
/
+12
2019-08-28
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
Igor Lubashev
1
-1
/
+1
2019-08-28
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
1
-1
/
+1
2019-08-28
perf event: Check ref_reloc_sym before using it
Igor Lubashev
1
-3
/
+4
2019-08-27
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
Arnaldo Carvalho de Melo
2
-6
/
+5
2019-08-27
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
7
-28
/
+27
2019-08-27
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
3
-13
/
+10
2019-08-27
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
4
-13
/
+13
2019-08-27
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
11
-55
/
+55
2019-08-27
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
3
-10
/
+5
2019-08-27
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
Jiri Olsa
1
-10
/
+0
[next]