index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evlist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evlist: Remove group option.
Ian Rogers
2022-12-14
1
-1
/
+1
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-1
/
+5
*
perf evlist: Add missing util/event.h header
Arnaldo Carvalho de Melo
2022-10-31
1
-0
/
+1
*
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
2022-10-31
1
-0
/
+1
*
perf tools: Add evlist__add_sched_switch()
Namhyung Kim
2022-10-06
1
-0
/
+17
*
perf tools: Get rid of evlist__add_on_all_cpus()
Namhyung Kim
2022-10-06
1
-27
/
+2
*
perf record: Allow multiple recording time ranges
Adrian Hunter
2022-10-04
1
-0
/
+234
*
perf evlist: Add evlist__{en/dis}able_non_dummy()
Adrian Hunter
2022-10-04
1
-6
/
+24
*
perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_event
Adrian Hunter
2022-10-04
1
-17
/
+2
*
perf record: Fix done_fd wakeup event
Adrian Hunter
2022-10-04
1
-1
/
+2
*
perf x86 evlist: Add default hybrid events for perf stat
Kan Liang
2022-07-29
1
-1
/
+1
*
perf evlist: Always use arch_evlist__add_default_attrs()
Kan Liang
2022-07-29
1
-2
/
+7
*
perf tools: Add machine_pid and vcpu to perf_sample
Adrian Hunter
2022-07-20
1
-1
/
+13
*
perf tools: Factor out evsel__id_hdr_size()
Adrian Hunter
2022-07-20
1
-27
/
+1
*
perf evlist: Add evlist__add_dummy_on_all_cpus()
Adrian Hunter
2022-05-26
1
-0
/
+45
*
perf evlist: Factor out evlist__dummy_event()
Adrian Hunter
2022-05-26
1
-2
/
+8
*
perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameter
Adrian Hunter
2022-05-26
1
-2
/
+1
*
perf auxtrace: Add mmap_needed to auxtrace_mmap_params
Adrian Hunter
2022-05-26
1
-2
/
+3
*
perf stat: Always keep perf metrics topdown events in a group
Kan Liang
2022-05-20
1
-5
/
+1
*
perf evlist: Keep topdown counters in weak group
Ian Rogers
2022-05-17
1
-2
/
+14
*
libperf evlist: Add evsel as a parameter to ->idx()
Adrian Hunter
2022-05-10
1
-0
/
+1
*
libperf evlist: Remove ->idx() per_cpu parameter
Adrian Hunter
2022-05-10
1
-1
/
+2
*
perf auxtrace: Move evlist__enable_event_idx() to auxtrace.c
Adrian Hunter
2022-05-10
1
-10
/
+0
*
perf evlist: Use libperf functions in evlist__enable_event_idx()
Adrian Hunter
2022-05-10
1
-42
/
+2
*
perf evlist: Directly return instead of using local ret variable
Haowen Bai
2022-04-01
1
-2
/
+1
*
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-04-01
1
-7
/
+8
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-03-22
1
-11
/
+17
|
\
|
*
perf evlist: Avoid iteration for empty evlist.
Ian Rogers
2022-03-18
1
-11
/
+17
*
|
perf record: Introduce function to propagate control commands
Alexey Bayduraev
2022-02-10
1
-0
/
+16
|
/
*
perf evlist: No need to setup affinities when disabling events for pid targets
Arnaldo Carvalho de Melo
2022-01-18
1
-5
/
+9
*
perf evlist: No need to setup affinities when enabling events for pid targets
Arnaldo Carvalho de Melo
2022-01-18
1
-5
/
+9
*
perf evlist: No need to do any affinity setup when profiling pids
Arnaldo Carvalho de Melo
2022-01-15
1
-1
/
+1
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-4
/
+4
*
perf evlist: Refactor evlist__for_each_cpu()
Ian Rogers
2022-01-12
1
-65
/
+81
*
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
2021-08-11
1
-0
/
+1
*
perf tools: Create hybrid flag in target
Jin Yao
2021-08-11
1
-1
/
+1
*
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
2021-07-09
1
-18
/
+1
*
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
2021-07-09
1
-2
/
+2
*
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
1
-8
/
+9
*
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-07-09
1
-6
/
+4
*
perf mem: Disable 'mem-loads-aux' group before reporting
Jin Yao
2021-06-01
1
-0
/
+25
*
perf stat: Skip evlist__[enable|disable] when all events uses BPF
Song Liu
2021-05-21
1
-3
/
+0
*
perf record: Create two hybrid 'cycles' events by default
Jin Yao
2021-04-29
1
-1
/
+4
*
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
2021-04-29
1
-0
/
+4
*
perf evlist: Add a method to return the list of evsels as a string
Arnaldo Carvalho de Melo
2021-04-15
1
-0
/
+19
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf evlist: Change the COMM when preparing the workload
Arnaldo Carvalho de Melo
2021-03-15
1
-0
/
+8
*
perf stat: Fix use-after-free when -r option is used
Namhyung Kim
2021-03-06
1
-0
/
+1
*
perf record: Fix continue profiling after draining the buffer
Yang Jihong
2021-02-18
1
-0
/
+8
*
perf stat: Add Topdown metrics events as default events
Kan Liang
2021-02-03
1
-0
/
+5
[next]