index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
header.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf header: Fix use of unitialized value warning
Numfor Mbiziwo-Tiapo
2019-08-25
1
-1
/
+1
*
perf header: Fix divide by zero error if f_header.attr_size==0
Vince Weaver
2019-08-25
1
-0
/
+7
*
perf tools: Fix proper buffer size for feature processing
Jiri Olsa
2019-08-16
1
-1
/
+1
*
perf tools: Increase MAX_NR_CPUS and MAX_CACHES
Kyle Meyer
2019-07-31
1
-1
/
+1
*
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2019-07-03
1
-1
/
+1
*
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2019-02-12
1
-1
/
+1
*
perf tools: Synthesize GROUP_DESC feature in pipe mode
Jiri Olsa
2018-09-26
1
-1
/
+1
*
perf record: Support s390 random socket_id assignment
Thomas Richter
2018-08-24
1
-1
/
+9
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf tools: Use default CPUINFO_PROC where it fits
Arnaldo Carvalho de Melo
2017-08-17
1
-3
/
+0
*
perf header: Add event desc to pipe-mode header
David Carrillo-Cisneros
2017-07-18
1
-2
/
+17
*
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
2017-07-18
1
-0
/
+98
*
perf header: Change FEAT_OP* macros
David Carrillo-Cisneros
2017-07-18
1
-28
/
+44
*
perf header: Add a buffer to struct feat_fd
David Carrillo-Cisneros
2017-07-18
1
-5
/
+70
*
perf header: Make write_pmu_mappings pipe-mode friendly
David Carrillo-Cisneros
2017-07-18
1
-10
/
+11
*
perf header: Use struct feat_fd in read header records
David Carrillo-Cisneros
2017-07-18
1
-51
/
+50
*
perf header: Don't pass struct perf_file_section to process_##_feat
David Carrillo-Cisneros
2017-07-18
1
-34
/
+24
*
perf header: Use struct feat_fd to process header records
David Carrillo-Cisneros
2017-07-18
1
-85
/
+79
*
perf header: Use struct feat_fd for print
David Carrillo-Cisneros
2017-07-18
1
-55
/
+47
*
perf header: Add struct feat_fd for write
David Carrillo-Cisneros
2017-07-18
1
-105
/
+125
*
perf header: Revamp do_write()
David Carrillo-Cisneros
2017-07-18
1
-9
/
+5
*
perf header: Fail on write_padded error
David Carrillo-Cisneros
2017-07-18
1
-1
/
+5
*
perf header: Add PROCESS_STR_FUN macro
David Carrillo-Cisneros
2017-07-18
1
-48
/
+17
*
perf header: Encapsulate read and swap
David Carrillo-Cisneros
2017-07-18
1
-133
/
+77
*
perf tools: Use __maybe_unused consistently
Arnaldo Carvalho de Melo
2017-06-19
1
-1
/
+2
*
perf tools: Fix build with ARCH=x86_64
Jiada Wang
2017-06-14
1
-1
/
+1
*
perf symbols: Set module info when build-id event found
Namhyung Kim
2017-06-05
1
-1
/
+1
*
perf header: Set proper module name when build-id event found
Namhyung Kim
2017-06-05
1
-2
/
+10
*
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Arnaldo Carvalho de Melo
2017-04-25
1
-0
/
+1
*
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+3
*
perf tools: Include sys/param.h where needed
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+2
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Do not print missing features in pipe-mode
David Carrillo-Cisneros
2017-04-11
1
-0
/
+3
*
perf utils: Readlink /proc/self/exe to find the perf binary
Tommi Rantala
2017-03-27
1
-6
/
+2
*
perf utils: use sizeof(buf) - 1 in readlink() call
Tommi Rantala
2017-03-27
1
-1
/
+1
*
perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...
Jan Stancek
2017-02-17
1
-11
/
+5
*
perf header: Make build_cpu_topology skip offline/absent CPUs
Jan Stancek
2017-02-17
1
-3
/
+16
*
perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
Arnaldo Carvalho de Melo
2017-02-08
1
-0
/
+1
*
perf util: Add more debug message on failure path
Namhyung Kim
2017-01-26
1
-1
/
+3
*
perf tools: Move two variables usied in libperf from perf.c
Soramichi AKIYAMA
2017-01-17
1
-0
/
+2
*
perf header: Display feature name on write failure
Jiri Olsa
2016-10-24
1
-1
/
+1
*
perf header: Display missing features
Jiri Olsa
2016-10-24
1
-1
/
+9
*
perf report: Move captured info to generic header info
Jiri Olsa
2016-10-24
1
-0
/
+9
*
perf header: Set nr_numa_nodes only when we parsed all the data
Jiri Olsa
2016-10-13
1
-1
/
+1
*
perf tools: Use __weak definition from linux/compiler.h
Rui Teng
2016-08-23
1
-2
/
+1
*
perf header: Transform nodes string info to struct
Jiri Olsa
2016-07-04
1
-50
/
+26
*
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
1
-9
/
+9
[next]