index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-05
perf evsel: Rename perf_evsel__exit() to evsel__exit()
Arnaldo Carvalho de Melo
3
-4
/
+4
2020-05-05
perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()
Arnaldo Carvalho de Melo
4
-6
/
+6
2020-05-05
perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()
Arnaldo Carvalho de Melo
3
-4
/
+4
2020-05-05
perf evsel: Rename perf_evsel__compute_deltas() to evsel__compute_deltas()
Arnaldo Carvalho de Melo
3
-7
/
+7
2020-05-05
perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()
Arnaldo Carvalho de Melo
3
-8
/
+8
2020-05-05
perf evsel: Rename 'struct perf_evsel__sb_cb_t' to 'struct evsel__sb_cb_t'
Arnaldo Carvalho de Melo
3
-7
/
+7
2020-05-05
perf intel-pt: Add support for synthesizing branch stacks for regular events
Adrian Hunter
1
-7
/
+66
2020-05-05
perf thread-stack: Add thread_stack__br_sample_late()
Adrian Hunter
2
-0
/
+107
2020-05-05
perf evsel: Add support for synthesized branch stack sample type
Adrian Hunter
2
-1
/
+11
2020-05-05
perf auxtrace: Add option to synthesize branch stack for regular events
Adrian Hunter
3
-2
/
+9
2020-05-05
perf intel-pt: Change branch stack support to use thread-stacks
Adrian Hunter
1
-102
/
+39
2020-05-05
perf intel-pt: Consolidate thread-stack use condition
Adrian Hunter
1
-2
/
+6
2020-05-05
perf thread-stack: Add branch stack support
Adrian Hunter
4
-14
/
+108
2020-05-05
perf tools: Simplify checking if SMT is active.
Konstantin Khlebnikov
1
-0
/
+4
2020-05-05
perf tools: Fix reading new topology attribute "core_cpus"
Konstantin Khlebnikov
1
-3
/
+3
2020-05-05
perf parse-events: Fix another memory leaks found on parse_events()
Ian Rogers
1
-0
/
+1
2020-05-05
perf parse-events: Fix memory leaks found on parse_events
Ian Rogers
1
-1
/
+1
2020-05-05
perf parse-events: Fix memory leaks found on parse_events
Ian Rogers
1
-0
/
+1
2020-05-05
perf evlist: Allow reusing the side band thread for more purposes
Arnaldo Carvalho de Melo
2
-0
/
+24
2020-05-05
perf evlist: Move the sideband thread routines to separate object
Arnaldo Carvalho de Melo
3
-117
/
+126
2020-05-05
perf parse-events: Add parse_events_option() variant that creates evlist
Arnaldo Carvalho de Melo
2
-0
/
+24
2020-05-05
perf bpf: Decouple creating the evlist from adding the SB event
Arnaldo Carvalho de Melo
4
-24
/
+9
2020-05-05
perf top: Move sb_evlist to 'struct perf_top'
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
8
-158
/
+183
2020-04-30
perf tools: Enable Hz/hz prinitg for --metric-only option
Kajol Jain
1
-2
/
+0
2020-04-30
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
6
-23
/
+67
2020-04-30
perf tools: Remove unneeded semicolons
Zou Wei
4
-4
/
+4
2020-04-30
perf synthetic events: Remove use of sscanf from /proc reading
Ian Rogers
1
-52
/
+105
2020-04-23
perf record: Add num-synthesize-threads option
Stephane Eranian
1
-0
/
+1
2020-04-22
perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode
Jin Yao
1
-2
/
+4
2020-04-22
perf script: Avoid NULL dereference on symbol
Ian Rogers
1
-1
/
+1
2020-04-22
perf cgroup: Avoid needless closing of unopened fd
Tommi Rantala
1
-1
/
+2
2020-04-18
perf hist: Add fast path for duplicate entries check
Kan Liang
3
-1
/
+26
2020-04-18
perf top: Add option to enable the LBR stitching approach
Kan Liang
1
-0
/
+1
2020-04-18
perf callchain: Stitch LBR call stack
Kan Liang
6
-28
/
+188
2020-04-18
perf callchain: Save previous cursor nodes for LBR stitching approach
Kan Liang
3
-4
/
+83
2020-04-18
perf thread: Save previous sample for LBR stitching approach
Kan Liang
3
-0
/
+36
2020-04-18
perf thread: Add a knob for LBR stitch approach
Kan Liang
2
-0
/
+4
2020-04-18
perf machine: Factor out lbr_callchain_add_lbr_ip()
Kan Liang
1
-70
/
+73
2020-04-18
perf machine: Factor out lbr_callchain_add_kernel_ip()
Kan Liang
1
-22
/
+45
2020-04-18
perf machine: Refine the function for LBR call stack reconstruction
Kan Liang
1
-33
/
+74
2020-04-18
perf machine: Remove the indent in resolve_lbr_callchain_sample
Kan Liang
1
-59
/
+62
2020-04-18
perf header: Support CPU PMU capabilities
Kan Liang
3
-0
/
+112
2020-04-18
perf parser: Add support to specify rXXX event with pmu
Jiri Olsa
2
-0
/
+10
2020-04-18
perf pmu: Add support for PMU capabilities
Kan Liang
2
-0
/
+91
2020-04-18
perf stat: Force error in fallback on :k events
Stephane Eranian
1
-0
/
+4
2020-04-18
perf tools: Add support for leader-sampling with AUX area events
Adrian Hunter
1
-6
/
+39
2020-04-18
perf evlist: Allow multiple read formats
Adrian Hunter
1
-2
/
+4
2020-04-18
perf evsel: Rearrange perf_evsel__config_leader_sampling()
Adrian Hunter
1
-13
/
+13
2020-04-18
perf evlist: Move leader-sampling configuration
Adrian Hunter
2
-19
/
+29
[prev]
[next]