index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
header.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-18
perf header: Fix up argument to ctime()
Arnaldo Carvalho de Melo
1
-1
/
+3
2018-12-17
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-12-17
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-12-17
perf tools: Fix diverse comment typos
Ingo Molnar
1
-1
/
+1
2018-12-17
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
1
-1
/
+1
2018-11-21
perf pmu: Move *_cpuid_str() weak functions to header.c
Kan Liang
1
-0
/
+39
2018-10-18
perf record: Encode -k clockid frequency into Perf trace
Alexey Budankov
1
-0
/
+23
2018-09-19
tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...
Tzvetomir Stoyanov (VMware)
1
-1
/
+1
2018-09-19
perf tools: Remove perf_tool from event_op2
Jiri Olsa
1
-9
/
+7
2018-08-30
perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...
Jiri Olsa
1
-3
/
+3
2018-08-13
tools lib traceevent, perf tools: Rename pevent find APIs
Tzvetomir Stoyanov (VMware)
1
-1
/
+1
2018-08-10
tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
Tzvetomir Stoyanov (VMware)
1
-2
/
+2
2018-08-08
perf tools: Drop unneeded bitmap_zero() calls
Yury Norov
1
-3
/
+0
2018-07-24
perf tools: Synthesize GROUP_DESC feature in pipe mode
Jiri Olsa
1
-1
/
+1
2018-06-25
perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
Ravi Bangoria
1
-1
/
+1
2018-06-25
perf record: Support s390 random socket_id assignment
Thomas Richter
1
-1
/
+9
2018-06-06
perf record: Enable arbitrary event names thru name= modifier
Alexey Budankov
1
-2
/
+18
2018-06-04
perf tools: Ditch the symbol_conf.nr_events global
Arnaldo Carvalho de Melo
1
-4
/
+0
2018-04-13
perf record: Change warning for missing sysfs entry to debug
Thomas Richter
1
-1
/
+2
2018-03-16
perf report: Support forced leader feature in pipe mode
Jiri Olsa
1
-1
/
+10
2018-03-08
perf tools: Add MEM_TOPOLOGY feature to perf data file
Jiri Olsa
1
-0
/
+305
2018-03-08
perf report: Display perf.data header info
Jiri Olsa
1
-1
/
+6
2018-01-08
perf header: Add infrastructure to record first and last sample time
Jin Yao
1
-0
/
+60
2017-12-27
perf perf: Remove duplicate includes
Pravin Shedge
1
-2
/
+0
2017-11-29
perf record: Synthesize unit/scale/... in event update
Andi Kleen
1
-0
/
+68
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
1
-1
/
+1
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
1
-10
/
+10
2017-08-17
perf tools: Use default CPUINFO_PROC where it fits
Arnaldo Carvalho de Melo
1
-3
/
+0
2017-07-18
perf header: Add event desc to pipe-mode header
David Carrillo-Cisneros
1
-2
/
+17
2017-07-18
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
1
-0
/
+98
2017-07-18
perf header: Change FEAT_OP* macros
David Carrillo-Cisneros
1
-28
/
+44
2017-07-18
perf header: Add a buffer to struct feat_fd
David Carrillo-Cisneros
1
-5
/
+70
2017-07-18
perf header: Make write_pmu_mappings pipe-mode friendly
David Carrillo-Cisneros
1
-10
/
+11
2017-07-18
perf header: Use struct feat_fd in read header records
David Carrillo-Cisneros
1
-51
/
+50
2017-07-18
perf header: Don't pass struct perf_file_section to process_##_feat
David Carrillo-Cisneros
1
-34
/
+24
2017-07-18
perf header: Use struct feat_fd to process header records
David Carrillo-Cisneros
1
-85
/
+79
2017-07-18
perf header: Use struct feat_fd for print
David Carrillo-Cisneros
1
-55
/
+47
2017-07-18
perf header: Add struct feat_fd for write
David Carrillo-Cisneros
1
-105
/
+125
2017-07-18
perf header: Revamp do_write()
David Carrillo-Cisneros
1
-9
/
+5
2017-07-18
perf header: Fail on write_padded error
David Carrillo-Cisneros
1
-1
/
+5
2017-07-18
perf header: Add PROCESS_STR_FUN macro
David Carrillo-Cisneros
1
-48
/
+17
2017-07-18
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
[next]