index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
Taeung Song
5
-19
/
+27
2017-07-21
perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
Taeung Song
3
-15
/
+15
2017-07-21
perf annotate: Introduce struct sym_hist_entry
Taeung Song
4
-29
/
+35
2017-07-20
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
11
-25
/
+30
2017-07-20
perf trace: Filter out 'sshd' in the tracer ancestry in syswide tracing
Arnaldo Carvalho de Melo
1
-1
/
+15
2017-07-20
perf trace: Introduce filter_loop_pids()
Arnaldo Carvalho de Melo
1
-1
/
+11
2017-07-20
perf trace beauty clone: Suppress unused args according to 'flags' arg
Arnaldo Carvalho de Melo
1
-1
/
+18
2017-07-20
perf trace beauty clone: Beautify syscall arguments
Arnaldo Carvalho de Melo
4
-1
/
+68
2017-07-20
tools include uapi: Grab a copy of linux/sched.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2017-07-20
perf trace: Allow specifying names to syscall arguments formatters
Arnaldo Carvalho de Melo
1
-2
/
+13
2017-07-20
perf trace: Allow specifying number of syscall args for tracepointless syscalls
Arnaldo Carvalho de Melo
1
-1
/
+5
2017-07-20
perf trace: Ditch __syscall__arg_val() variant, not needed anymore
Arnaldo Carvalho de Melo
1
-7
/
+2
2017-07-20
perf trace: Use the syscall_fmt formatters without a tracepoint
Arnaldo Carvalho de Melo
1
-24
/
+30
2017-07-20
perf trace: Allow allocating sc->arg_fmt even without the syscall tracepoint
Arnaldo Carvalho de Melo
1
-10
/
+21
2017-07-20
perf trace beauty mmap: Ignore 'fd' and 'offset' args for MAP_ANONYMOUS
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-07-20
perf trace: Add missing ' = ' in the default formatting of syscall returns
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-07-20
perf intel-pt: Always set no branch for dummy event
Kan Liang
1
-0
/
+2
2017-07-20
perf intel-pt: Set no_aux_samples for the tracking event
Kan Liang
1
-0
/
+1
2017-07-19
perf report: Show branch type in callchain entry
Jin Yao
3
-19
/
+50
2017-07-19
perf report: Show branch type statistics for stdio mode
Jin Yao
2
-4
/
+26
2017-07-19
perf util: Create branch.c/.h for common branch functions
Jin Yao
4
-1
/
+174
2017-07-19
perf report: Refactor the branch info printing code
Jin Yao
1
-59
/
+41
2017-07-19
perf record: Create a new option save_type in --branch-filter
Jin Yao
2
-0
/
+2
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
12
-3
/
+141
2017-07-19
perf tool: Add show_feature_header to perf_tool
David Carrillo-Cisneros
3
-0
/
+14
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
4
-111
/
+138
2017-07-19
perf header: Revamp do_write()
David Carrillo-Cisneros
3
-10
/
+8
2017-07-19
perf util: Add const modifier to buf in "writen" function
David Carrillo-Cisneros
2
-3
/
+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-07-19
perf report: Enable finding kernel inline functions
Jin Yao
2
-6
/
+0
2017-07-19
perf trace beauty: Simplify syscall return formatting
Arnaldo Carvalho de Melo
1
-128
/
+81
2017-07-19
perf trace beauty fcntl: Beautify the 'arg' for DUPFD
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-07-19
perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD
Arnaldo Carvalho de Melo
1
-1
/
+2
2017-07-19
perf trace: Allow syscall arg formatters to request non suppression of zeros
Arnaldo Carvalho de Melo
1
-1
/
+3
2017-07-19
perf trace: Group per syscall arg formatter info into one struct
Arnaldo Carvalho de Melo
1
-123
/
+133
2017-07-19
perf trace beauty fcntl: Beautify F_GETLEASE and F_SETLEASE arg/return
Arnaldo Carvalho de Melo
1
-1
/
+21
2017-07-19
perf trace beauty: Export strarray for use in per-object beautifiers
Arnaldo Carvalho de Melo
2
-20
/
+27
2017-07-19
perf tests attr: Add optional term
Jiri Olsa
5
-3
/
+23
2017-07-19
perf tests attr: Fix stat sample_type setup
Jiri Olsa
1
-1
/
+1
2017-07-19
perf tests attr: Fix precise_ip setup
Jiri Olsa
1
-1
/
+1
[next]