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
/
header.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
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
1
-1
/
+1
2019-09-25
libperf: Add perf_evlist__id_add() function
Jiri Olsa
1
-2
/
+2
2019-09-25
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
1
-2
/
+2
2019-09-25
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
1
-7
/
+7
2019-09-25
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
1
-5
/
+5
2019-09-20
perf tools: Fix segfault in cpu_cache_level__read()
Jiri Olsa
1
-1
/
+1
2019-09-20
perf tools: Move event synthesizing routines to separate .c file
Arnaldo Carvalho de Melo
1
-390
/
+3
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-09-01
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
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 header: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
1
-3
/
+4
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-27
/
+27
2019-08-29
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...
Jiri Olsa
1
-1
/
+1
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-14
perf record: Support aarch64 random socket_id assignment
Tan Xiaojun
1
-1
/
+3
2019-07-30
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-6
/
+6
2019-07-30
libperf: Add own_cpus to struct perf_evsel
Jiri Olsa
1
-5
/
+5
2019-07-30
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-1
/
+2
2019-07-30
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-14
/
+14
2019-07-30
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
1
-2
/
+2
2019-07-30
libperf: Include perf_evlist in evlist object
Jiri Olsa
1
-2
/
+2
2019-07-30
perf evlist: Rename perf_evlist__add() to evlist__add()
Jiri Olsa
1
-2
/
+2
2019-07-30
perf evsel: Rename perf_evsel__new() to evsel__new()
Jiri Olsa
1
-2
/
+2
2019-07-30
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
1
-2
/
+2
2019-07-30
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
1
-2
/
+2
2019-07-30
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-43
/
+43
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-29
/
+29
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-2
/
+2
2019-07-29
perf header: Fix use of unitialized value warning
Numfor Mbiziwo-Tiapo
1
-1
/
+1
2019-07-29
perf header: Fix divide by zero error if f_header.attr_size==0
Vince Weaver
1
-0
/
+7
2019-07-23
perf tools: Fix proper buffer size for feature processing
Jiri Olsa
1
-1
/
+1
2019-07-09
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-08
Merge remote-tracking branch 'tip/perf/core' into perf/urgent
Arnaldo Carvalho de Melo
1
-15
/
+96
2019-07-06
perf header: Assign proper ff->ph in perf_event__synthesize_features()
Song Liu
1
-0
/
+1
2019-07-02
perf tools: Ditch rtrim(), use strim() from tools/lib
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-06-26
perf header: Use skip_spaces() in __write_cpudesc()
Arnaldo Carvalho de Melo
1
-3
/
+2
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 tools: Increase MAX_NR_CPUS and MAX_CACHES
Kyle Meyer
1
-1
/
+1
2019-06-10
perf header: Rename "sibling cores" to "sibling sockets"
Kan Liang
1
-1
/
+1
2019-06-10
perf header: Add die information in CPU topology
Kan Liang
1
-6
/
+88
2019-05-15
perf record: Implement COMPRESSED event record and its attributes
Alexey Budankov
1
-0
/
+53
2019-04-16
perf header: Fix lock/unlock imbalances when processing BPF/BTF info
Gustavo A. R. Silva
1
-9
/
+13
2019-03-21
perf bpf: Show more BPF program info in print_bpf_prog_info()
Song Liu
1
-2
/
+3
2019-03-19
perf bpf: Save BTF information as headers to perf.data
Song Liu
1
-1
/
+100
2019-03-19
perf bpf: Save bpf_prog_info information as headers to perf.data
Song Liu
1
-1
/
+152
2019-03-11
perf header: Add DIR_FORMAT feature to describe directory data
Jiri Olsa
1
-1
/
+43
[next]