index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-11
perf tools: Add missing newline to expr parser error messages
Andi Kleen
1
-1
/
+1
2017-08-11
perf stat: Fix saved values rbtree lookup
Andi Kleen
1
-1
/
+5
2017-07-28
perf data: Add mmap[2] events to CTF conversion
Geneviève Bastien
1
-0
/
+35
2017-07-28
perf data: Add callchain to CTF conversion
Geneviève Bastien
1
-1
/
+91
2017-07-28
perf annotate: Fix storing per line sym_hist_entry
Arnaldo Carvalho de Melo
1
-2
/
+3
2017-07-26
perf annotate stdio: Set enough columns for --show-total-period
Arnaldo Carvalho de Melo
1
-3
/
+3
2017-07-26
perf sort: Use default sort if evlist is empty
David Carrillo-Cisneros
2
-1
/
+6
2017-07-26
perf stat: Use group read for event groups
Jiri Olsa
2
-0
/
+11
2017-07-26
perf evsel: Add read_counter()
Jiri Olsa
4
-2
/
+109
2017-07-26
perf tools: Add perf_evsel__read_size function
Jiri Olsa
1
-1
/
+28
2017-07-26
perf annotate stdio: Fix column header when using --show-total-period
Taeung Song
1
-1
/
+2
2017-07-26
perf report: Tag branch type/flag on "to" and tag cycles on "from"
Jin Yao
2
-48
/
+111
2017-07-26
perf report: Make --branch-history work without callgraphs(-g) option in perf...
Jin Yao
3
-4
/
+18
2017-07-26
perf script python: Generate hooks with additional argument
Arun Kalyanasundaram
1
-4
/
+18
2017-07-26
perf script python: Add perf_sample dict to tracepoint handlers
Arun Kalyanasundaram
1
-1
/
+40
2017-07-26
perf script python: Add sample_read to dict
Arun Kalyanasundaram
1
-0
/
+51
2017-07-26
perf script python: Refactor creation of perf sample dict
Arun Kalyanasundaram
1
-41
/
+53
2017-07-26
perf script python: Allocate memory only if handler exists
Arun Kalyanasundaram
1
-16
/
+22
2017-07-25
perf evsel: Add verbose output for sys_perf_event_open fallback
Jiri Olsa
1
-0
/
+8
2017-07-25
perf cgroup: Fix refcount usage
Arnaldo Carvalho de Melo
1
-3
/
+5
2017-07-25
perf annotate stdio: Fix --show-total-period
Taeung Song
1
-1
/
+1
2017-07-21
perf annotate: Store the sample period in each histogram bucket
Taeung Song
2
-5
/
+13
2017-07-21
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
Taeung Song
2
-9
/
+15
2017-07-21
perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
Taeung Song
2
-14
/
+14
2017-07-21
perf annotate: Introduce struct sym_hist_entry
Taeung Song
2
-24
/
+30
2017-07-20
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
4
-9
/
+10
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
1
-4
/
+1
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
1
-0
/
+1
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
6
-1
/
+122
2017-07-19
perf tool: Add show_feature_header to perf_tool
David Carrillo-Cisneros
1
-0
/
+7
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 tests attr: Add test_attr__ready function
Jiri Olsa
1
-0
/
+4
2017-07-19
perf evlist: Allow asking for max precise_ip in add_default()
Arnaldo Carvalho de Melo
2
-3
/
+10
2017-07-19
perf evsel: Allow asking for max precise_ip in new_cycles()
Arnaldo Carvalho de Melo
3
-4
/
+7
[next]