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
starfive-6.6.48-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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-29
libperf: Warn when exceeding MAX_NR_CPUS in cpumap
Kyle Meyer
1
-0
/
+6
2019-08-29
libperf: Move 'enum perf_user_event_type' to perf/event.h
Jiri Olsa
1
-0
/
+23
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-68
/
+68
2019-08-29
libperf: Add 'union perf_event' to perf/event.h
Jiri Olsa
1
-0
/
+36
2019-08-29
libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h
Jiri Olsa
1
-0
/
+5
2019-08-29
libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
Jiri Olsa
1
-0
/
+6
2019-08-29
libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h
Jiri Olsa
1
-0
/
+7
2019-08-29
libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h
Jiri Olsa
1
-0
/
+6
2019-08-29
libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h
Jiri Olsa
1
-0
/
+17
2019-08-29
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
Jiri Olsa
1
-0
/
+18
2019-08-29
libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h
Jiri Olsa
1
-0
/
+11
2019-08-29
libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h
Jiri Olsa
1
-0
/
+6
2019-08-29
libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...
Jiri Olsa
1
-0
/
+6
2019-08-29
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
Jiri Olsa
1
-0
/
+7
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...
Jiri Olsa
1
-0
/
+15
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h
Jiri Olsa
1
-0
/
+11
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...
Jiri Olsa
1
-0
/
+7
2019-08-29
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
Jiri Olsa
1
-0
/
+13
2019-08-29
libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h
Jiri Olsa
1
-0
/
+8
2019-08-29
libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...
Jiri Olsa
1
-0
/
+5
2019-08-29
libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...
Jiri Olsa
1
-0
/
+12
2019-08-29
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...
Jiri Olsa
1
-0
/
+22
2019-08-29
libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h
Jiri Olsa
1
-0
/
+26
2019-08-29
libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
Jiri Olsa
1
-0
/
+6
2019-08-27
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
1
-12
/
+12
2019-08-27
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
1
-0
/
+5
2019-08-27
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
Jiri Olsa
1
-0
/
+11
2019-08-27
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
1
-0
/
+13
2019-08-27
libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h
Jiri Olsa
1
-0
/
+7
2019-08-27
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
Jiri Olsa
1
-0
/
+12
2019-08-27
libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/eve...
Jiri Olsa
1
-0
/
+5
2019-08-27
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
1
-0
/
+6
2019-08-27
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
Jiri Olsa
1
-0
/
+7
2019-08-27
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
Jiri Olsa
1
-0
/
+7
2019-08-27
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
Jiri Olsa
1
-0
/
+6
2019-08-27
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
1
-0
/
+15
2019-08-27
libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
Jiri Olsa
1
-0
/
+18
2019-08-22
libperf: Fix alignment trap with xyarray contents in 'perf stat'
Gerald BAEZA
1
-1
/
+2
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
3
-0
/
+14
2019-08-22
libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
Jiri Olsa
2
-0
/
+14
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
3
-0
/
+8
2019-08-20
libperf: Fix arch include paths
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Initial documentation
Jiri Olsa
3
-0
/
+230
2019-07-30
libperf: Add perf_evsel__enable/disable test
Jiri Olsa
1
-0
/
+43
2019-07-30
libperf: Add perf_evlist__enable/disable test
Jiri Olsa
1
-0
/
+63
2019-07-30
libperf: Add perf_evsel tests
Jiri Olsa
2
-1
/
+83
2019-07-30
libperf: Add perf_evlist test
Jiri Olsa
2
-1
/
+124
2019-07-30
libperf: Add perf_thread_map test
Jiri Olsa
2
-1
/
+22
2019-07-30
libperf: Add perf_cpu_map test
Jiri Olsa
2
-1
/
+22
2019-07-30
libperf: Add tests support
Jiri Olsa
3
-1
/
+63
[next]