index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
header.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Add perf_exe() helper to find perf binary
Andi Kleen
2019-02-25
1
-9
/
+3
*
perf tools: Add numa_topology object
Jiri Olsa
2019-02-19
1
-93
/
+26
*
perf tools: Add cpu_topology object
Jiri Olsa
2019-02-19
1
-146
/
+4
*
perf header: Fix wrong node write in NUMA_TOPOLOGY feature
Jiri Olsa
2019-02-19
1
-1
/
+1
*
perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'
Jiri Olsa
2019-02-14
1
-2
/
+0
*
perf header: Get rid of write_it label
Jiri Olsa
2019-02-14
1
-4
/
+2
*
perf header: Fix up argument to ctime()
Arnaldo Carvalho de Melo
2018-12-18
1
-1
/
+3
*
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf header: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
2018-12-17
1
-1
/
+1
*
perf tools: Fix diverse comment typos
Ingo Molnar
2018-12-17
1
-1
/
+1
*
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
2018-12-17
1
-1
/
+1
*
perf pmu: Move *_cpuid_str() weak functions to header.c
Kan Liang
2018-11-22
1
-0
/
+39
*
perf record: Encode -k clockid frequency into Perf trace
Alexey Budankov
2018-10-18
1
-0
/
+23
*
tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-1
/
+1
*
perf tools: Remove perf_tool from event_op2
Jiri Olsa
2018-09-19
1
-9
/
+7
*
perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...
Jiri Olsa
2018-08-30
1
-3
/
+3
*
tools lib traceevent, perf tools: Rename pevent find APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
1
-1
/
+1
*
tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
Tzvetomir Stoyanov (VMware)
2018-08-10
1
-2
/
+2
*
perf tools: Drop unneeded bitmap_zero() calls
Yury Norov
2018-08-08
1
-3
/
+0
*
perf tools: Synthesize GROUP_DESC feature in pipe mode
Jiri Olsa
2018-07-24
1
-1
/
+1
*
perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
Ravi Bangoria
2018-06-25
1
-1
/
+1
*
perf record: Support s390 random socket_id assignment
Thomas Richter
2018-06-25
1
-1
/
+9
*
perf record: Enable arbitrary event names thru name= modifier
Alexey Budankov
2018-06-06
1
-2
/
+18
*
perf tools: Ditch the symbol_conf.nr_events global
Arnaldo Carvalho de Melo
2018-06-04
1
-4
/
+0
*
perf record: Change warning for missing sysfs entry to debug
Thomas Richter
2018-04-13
1
-1
/
+2
*
perf report: Support forced leader feature in pipe mode
Jiri Olsa
2018-03-16
1
-1
/
+10
*
perf tools: Add MEM_TOPOLOGY feature to perf data file
Jiri Olsa
2018-03-08
1
-0
/
+305
*
perf report: Display perf.data header info
Jiri Olsa
2018-03-08
1
-1
/
+6
*
perf header: Add infrastructure to record first and last sample time
Jin Yao
2018-01-08
1
-0
/
+60
*
perf perf: Remove duplicate includes
Pravin Shedge
2017-12-27
1
-2
/
+0
*
perf record: Synthesize unit/scale/... in event update
Andi Kleen
2017-11-29
1
-0
/
+68
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
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: Add struct perf_data_file
Jiri Olsa
2017-10-30
1
-1
/
+1
*
|
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-10
/
+10
|
/
*
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-19
1
-2
/
+17
*
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
2017-07-19
1
-0
/
+98
*
perf header: Change FEAT_OP* macros
David Carrillo-Cisneros
2017-07-19
1
-28
/
+44
*
perf header: Add a buffer to struct feat_fd
David Carrillo-Cisneros
2017-07-19
1
-5
/
+70
*
perf header: Make write_pmu_mappings pipe-mode friendly
David Carrillo-Cisneros
2017-07-19
1
-10
/
+11
*
perf header: Use struct feat_fd in read header records
David Carrillo-Cisneros
2017-07-19
1
-51
/
+50
*
perf header: Don't pass struct perf_file_section to process_##_feat
David Carrillo-Cisneros
2017-07-19
1
-34
/
+24
*
perf header: Use struct feat_fd to process header records
David Carrillo-Cisneros
2017-07-19
1
-85
/
+79
*
perf header: Use struct feat_fd for print
David Carrillo-Cisneros
2017-07-19
1
-55
/
+47
*
perf header: Add struct feat_fd for write
David Carrillo-Cisneros
2017-07-19
1
-105
/
+125
*
perf header: Revamp do_write()
David Carrillo-Cisneros
2017-07-19
1
-9
/
+5
*
perf header: Fail on write_padded error
David Carrillo-Cisneros
2017-07-19
1
-1
/
+5
*
perf header: Add PROCESS_STR_FUN macro
David Carrillo-Cisneros
2017-07-19
1
-48
/
+17
*
perf header: Encapsulate read and swap
David Carrillo-Cisneros
2017-07-19
1
-133
/
+77
[next]