index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-05
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
16
-127
/
+119
2020-05-05
perf evsel: Rename perf_evsel__open_per_*() to evsel__open_per_*()
Arnaldo Carvalho de Melo
5
-17
/
+11
2020-05-05
perf evsel: Rename perf_evsel__*filter*() to evsel__*filter*()
Arnaldo Carvalho de Melo
6
-24
/
+21
2020-05-05
perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()
Arnaldo Carvalho de Melo
17
-103
/
+100
2020-05-05
perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc()
Arnaldo Carvalho de Melo
6
-7
/
+7
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
[next]