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
2017-08-17
perf tools: Use default CPUINFO_PROC where it fits
Arnaldo Carvalho de Melo
1
-3
/
+0
2017-07-19
perf header: Add event desc to pipe-mode header
David Carrillo-Cisneros
1
-2
/
+17
2017-07-19
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
1
-0
/
+98
2017-07-19
perf header: Change FEAT_OP* macros
David Carrillo-Cisneros
1
-28
/
+44
2017-07-19
perf header: Add a buffer to struct feat_fd
David Carrillo-Cisneros
1
-5
/
+70
2017-07-19
perf header: Make write_pmu_mappings pipe-mode friendly
David Carrillo-Cisneros
1
-10
/
+11
2017-07-19
perf header: Use struct feat_fd in read header records
David Carrillo-Cisneros
1
-51
/
+50
2017-07-19
perf header: Don't pass struct perf_file_section to process_##_feat
David Carrillo-Cisneros
1
-34
/
+24
2017-07-19
perf header: Use struct feat_fd to process header records
David Carrillo-Cisneros
1
-85
/
+79
2017-07-19
perf header: Use struct feat_fd for print
David Carrillo-Cisneros
1
-55
/
+47
2017-07-19
perf header: Add struct feat_fd for write
David Carrillo-Cisneros
1
-105
/
+125
2017-07-19
perf header: Revamp do_write()
David Carrillo-Cisneros
1
-9
/
+5
2017-07-19
perf header: Fail on write_padded error
David Carrillo-Cisneros
1
-1
/
+5
2017-07-19
perf header: Add PROCESS_STR_FUN macro
David Carrillo-Cisneros
1
-48
/
+17
2017-07-19
perf header: Encapsulate read and swap
David Carrillo-Cisneros
1
-133
/
+77
2017-06-19
perf tools: Use __maybe_unused consistently
Arnaldo Carvalho de Melo
1
-1
/
+2
2017-06-14
perf tools: Fix build with ARCH=x86_64
Jiada Wang
1
-1
/
+1
2017-06-05
perf symbols: Set module info when build-id event found
Namhyung Kim
1
-1
/
+1
2017-06-05
perf header: Set proper module name when build-id event found
Namhyung Kim
1
-2
/
+10
2017-04-25
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-04-24
perf tools: Include sys/param.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move extra string util functions to util/string2.h
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-11
perf tools: Do not print missing features in pipe-mode
David Carrillo-Cisneros
1
-0
/
+3
2017-03-27
perf utils: Readlink /proc/self/exe to find the perf binary
Tommi Rantala
1
-6
/
+2
2017-03-27
perf utils: use sizeof(buf) - 1 in readlink() call
Tommi Rantala
1
-1
/
+1
2017-02-17
perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...
Jan Stancek
1
-11
/
+5
2017-02-17
perf header: Make build_cpu_topology skip offline/absent CPUs
Jan Stancek
1
-3
/
+16
2017-02-09
perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-01-26
perf util: Add more debug message on failure path
Namhyung Kim
1
-1
/
+3
2017-01-17
perf tools: Move two variables usied in libperf from perf.c
Soramichi AKIYAMA
1
-0
/
+2
2016-10-24
perf header: Display feature name on write failure
Jiri Olsa
1
-1
/
+1
2016-10-24
perf header: Display missing features
Jiri Olsa
1
-1
/
+9
2016-10-24
perf report: Move captured info to generic header info
Jiri Olsa
1
-0
/
+9
2016-10-13
perf header: Set nr_numa_nodes only when we parsed all the data
Jiri Olsa
1
-1
/
+1
2016-08-23
perf tools: Use __weak definition from linux/compiler.h
Rui Teng
1
-2
/
+1
2016-07-05
perf header: Transform nodes string info to struct
Jiri Olsa
1
-50
/
+26
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-9
/
+9
2016-05-11
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
1
-1
/
+1
2016-05-10
perf header: Make topology checkers to check return value of strbuf
Masami Hiramatsu
1
-11
/
+20
2016-03-11
perf test: Remove 'core_id' check in topo test
Sukadev Bhattiprolu
1
-5
/
+0
2016-02-16
perf tools: Add perf data cache feature
Jiri Olsa
1
-0
/
+270
2015-12-17
perf tools: Introduce stat perf.data header feature
Jiri Olsa
1
-0
/
+14
2015-12-17
perf tools: Add perf_event__fprintf_event_update function
Jiri Olsa
1
-0
/
+38
2015-12-17
perf tools: Add event_update event cpus type
Jiri Olsa
1
-0
/
+42
2015-12-17
perf tools: Add event_update event name type
Jiri Olsa
1
-0
/
+21
2015-12-17
perf tools: Add event_update event scale type
Jiri Olsa
1
-0
/
+26
[next]