index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2015-10-27
perf header: Fixup reading of HEADER_NRCPUS feature
Arnaldo Carvalho de Melo
1
-2
/
+2
2014-10-29
perf tools: Make CPUINFO_PROC an array to support different kernel versions
Wang Nan
1
-6
/
+21
2014-09-30
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
1
-14
/
+18
2014-07-23
perf tools: Separate the VDSO map name from the VDSO dso name
Adrian Hunter
1
-5
/
+5
2014-07-23
perf tools: Add dsos__hit_all()
Adrian Hunter
1
-0
/
+41
2014-01-20
perf tools: Ensure sscanf does not overrun the "mem" field
Alan Cox
1
-1
/
+1
2014-01-13
perf evlist: Introduce evlist__for_each() & friends
Arnaldo Carvalho de Melo
1
-10
/
+9
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-5
/
+5
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-12-26
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
1
-4
/
+2
2013-12-13
perf header: Allow header->data_offset to be predetermined
Adrian Hunter
1
-1
/
+2
2013-12-10
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
1
-3
/
+3
2013-12-04
perf tools: Add trace-event object
Jiri Olsa
1
-4
/
+4
2013-12-02
perf tools: Use correct return type for readn function
Jiri Olsa
1
-9
/
+9
2013-11-19
perf header: Fix possible memory leaks in process_group_desc()
Namhyung Kim
1
-1
/
+1
2013-11-19
perf header: Fix bogus group name
Namhyung Kim
1
-1
/
+3
2013-11-11
perf evsel: Remove idx parm from constructor
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-10-21
perf session: Separating data file properties from session
Jiri Olsa
1
-9
/
+13
2013-10-04
perf session: Fix infinite loop on invalid perf.data file
Namhyung Kim
1
-0
/
+12
2013-09-19
perf tools: Fix buildid cache handling of kallsyms with kcore
Adrian Hunter
1
-13
/
+28
2013-09-11
perf tools: Add attr->mmap2 support
Stephane Eranian
1
-0
/
+3
2013-08-14
perf tools: Improve robustness of topology parsing code
Stephane Eranian
1
-4
/
+7
2013-07-17
perf header: Recognize version number for perf data file
Jiri Olsa
1
-0
/
+2
2013-07-17
perf header: Introduce feat_offset into perf_header
Jiri Olsa
1
-2
/
+4
2013-07-17
perf header: Remove attr_offset from perf_header
Jiri Olsa
1
-2
/
+3
2013-07-17
perf header: Remove data_offset seek as it's not needed
Jiri Olsa
1
-2
/
+0
2013-07-17
perf session: Use session->fd instead of passing fd as argument
Jiri Olsa
1
-6
/
+5
2013-07-15
perf tools: Remove event types framework completely
Jiri Olsa
1
-90
/
+0
2013-07-15
perf tools: Remove event types from perf data file
Jiri Olsa
1
-27
/
+1
2013-07-12
perf tools: Fix missing tool parameter
Adrian Hunter
1
-2
/
+4
2013-07-08
perf tools: Update symbol_conf.nr_events when processing attribute events
Adrian Hunter
1
-0
/
+2
2013-07-08
perf record: Remove -A/--append option
Jiri Olsa
1
-12
/
+1
2013-05-29
perf tools: Remove frozen from perf_header struct
Jiri Olsa
1
-2
/
+0
2013-03-21
perf tools: Handle failure case in trace_report()
Namhyung Kim
1
-2
/
+7
2013-03-21
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
Namhyung Kim
1
-2
/
+0
2013-03-15
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
Namhyung Kim
1
-2
/
+2
2013-02-06
perf tools: Fix calloc argument ordering
Paul Gortmaker
1
-2
/
+2
2013-01-31
perf header: Add HEADER_GROUP_DESC feature
Namhyung Kim
1
-0
/
+164
2013-01-30
perf header: Fix double fclose() on do_write(fd, xxx) failure
Thomas Jarosch
1
-1
/
+3
2013-01-30
perf header: Fix memory leak for the "Not caching a kptr_restrict'ed /proc/ka...
Thomas Jarosch
1
-1
/
+2
2013-01-25
perf header: Stop using die() calls when processing tracing data
Arnaldo Carvalho de Melo
1
-6
/
+12
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
1
-6
/
+6
2013-01-24
perf header: Ensure read/write finished successfully
Namhyung Kim
1
-27
/
+36
2012-12-08
Merge branch 'linus' into perf/core
Ingo Molnar
1
-0
/
+2
2012-10-30
perf header: Fix numa topology printing
Namhyung Kim
1
-0
/
+2
2012-10-29
perf header: Add is_perf_magic() func
Feng Tang
1
-0
/
+10
2012-10-29
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
1
-0
/
+1
2012-09-26
perf evsel: Know if byte swap is needed
Arnaldo Carvalho de Melo
1
-1
/
+5
2012-09-24
perf header: Remove perf_header__read_feature
Namhyung Kim
1
-59
/
+1
2012-09-24
perf header: Remove unused @feat arg from ->process callback
Namhyung Kim
1
-35
/
+35
[next]