index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-05
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
32
-132
/
+117
2020-05-05
perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()
Arnaldo Carvalho de Melo
4
-6
/
+6
2020-05-05
perf evsel: Rename perf_evsel__calc_id_pos() to evsel__calc_id_pos()
Arnaldo Carvalho de Melo
3
-6
/
+6
2020-05-05
perf evsel: Rename perf_evsel__config*() to evsel__config*()
Arnaldo Carvalho de Melo
6
-29
/
+24
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
4
-9
/
+9
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: Update documentation about using /proc/kcore
Adrian Hunter
1
-9
/
+9
2020-05-05
perf intel-pt: Update documentation about itrace G and L options
Adrian Hunter
2
-0
/
+39
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
6
-5
/
+15
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
libperf evlist: Fix a refcount leak
Ian Rogers
1
-0
/
+1
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
libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...
He Zhe
2
-1
/
+2
2020-05-05
perf record: Move side band evlist setup to separate routine
Arnaldo Carvalho de Melo
1
-30
/
+41
2020-05-05
perf record: Introduce --switch-output-event
Arnaldo Carvalho de Melo
2
-4
/
+50
2020-05-05
libsubcmd: Introduce OPT_CALLBACK_SET()
Arnaldo Carvalho de Melo
1
-0
/
+2
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
6
-29
/
+36
2020-05-05
perf top: Move sb_evlist to 'struct perf_top'
Arnaldo Carvalho de Melo
2
-5
/
+4
2020-05-05
perf record: Move sb_evlist to 'struct record'
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-05-05
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
11
-158
/
+186
2020-04-30
perf vendor events power9: Add hv_24x7 socket/chip level metric events
Kajol Jain
1
-0
/
+19
2020-04-30
perf tools: Enable Hz/hz prinitg for --metric-only option
Kajol Jain
1
-2
/
+0
2020-04-30
perf tests expr: Added test for runtime param in metric expression
Kajol Jain
1
-0
/
+8
2020-04-30
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
8
-27
/
+79
2020-04-30
perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()
Shaokun Zhang
1
-1
/
+1
2020-04-30
perf report: Fix warning assignment of 0/1 to bool variable
Zou Wei
1
-1
/
+1
2020-04-30
perf tools: Remove unneeded semicolons
Zou Wei
7
-7
/
+7
2020-04-30
perf c2c: Remove unneeded semicolon
Zou Wei
1
-3
/
+3
2020-04-30
libtraceevent: Remove unneeded semicolon
Zou Wei
1
-1
/
+1
2020-04-30
perf script: Remove extraneous newline in perf_sample__fprintf_regs()
Stephane Eranian
1
-2
/
+0
2020-04-30
perf synthetic events: Remove use of sscanf from /proc reading
Ian Rogers
1
-52
/
+105
2020-04-30
tools api: Add a lightweight buffered reading api
Ian Rogers
5
-0
/
+422
2020-04-30
perf bench: Add a multi-threaded synthesize benchmark
Ian Rogers
1
-25
/
+186
2020-04-23
perf record: Add num-synthesize-threads option
Stephane Eranian
3
-2
/
+37
[next]