index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
libperf: Add own_cpus to struct perf_evsel
Jiri Olsa
2019-07-29
1
-1
/
+0
*
libperf: Add cpus to struct perf_evsel
Jiri Olsa
2019-07-29
1
-2
/
+1
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-9
/
+8
*
libperf: Include perf_evsel in evsel object
Jiri Olsa
2019-07-29
1
-8
/
+8
*
perf evsel: Rename perf_evsel__cpus() to evsel__cpus()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename perf_evsel__apply_filter() to evsel__apply_filter()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Rename perf_evsel__disable() to evsel__disable()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Rename perf_evsel__enable() to evsel__enable()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Rename perf_evsel__open() to evsel__open()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename perf_evsel__new() to evsel__new()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Rename perf_evsel__delete() to evsel__delete()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evsel: Rename perf_evsel__init() to evsel__init()
Jiri Olsa
2019-07-29
1
-2
/
+1
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-73
/
+73
*
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
2019-07-29
1
-3
/
+3
*
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
1
-6
/
+6
*
perf evsel: Store backpointer to attached bpf_object
Arnaldo Carvalho de Melo
2019-07-29
1
-0
/
+3
*
perf tools: Add a 'percore' event qualifier
Jin Yao
2019-05-16
1
-0
/
+3
*
perf stat: Implement duration_time as a proper event
Andi Kleen
2019-04-01
1
-0
/
+6
*
perf evlist: Introduce side band thread
Song Liu
2019-03-21
1
-0
/
+6
*
perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enough
Arnaldo Carvalho de Melo
2019-02-06
1
-1
/
+1
*
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
1
-0
/
+1
*
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2019-01-21
1
-0
/
+1
*
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
2018-12-17
1
-2
/
+2
*
perf trace: Introduce per-event maximum number of events property
Arnaldo Carvalho de Melo
2018-10-22
1
-0
/
+1
*
perf evsel: Mark a evsel as disabled when asking the kernel do disable it
Arnaldo Carvalho de Melo
2018-10-22
1
-0
/
+1
*
perf evsel: Introduce per event max_events property
Arnaldo Carvalho de Melo
2018-10-19
1
-0
/
+3
*
tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-3
/
+3
*
tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-2
/
+2
*
perf evsel: Introduce perf_evsel__store_ids()
Jiri Olsa
2018-08-30
1
-0
/
+1
*
perf annotate: Loop group events directly in annotation__calc_percent()
Jiri Olsa
2018-08-08
1
-0
/
+7
*
perf stat: Get rid of extra clock display function
Jiri Olsa
2018-07-24
1
-0
/
+6
*
perf tools: Use perf_evsel__match instead of open coded equivalent
Jiri Olsa
2018-07-24
1
-4
/
+1
*
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
2018-06-05
1
-0
/
+5
*
perf parse-events: Handle uncore event aliases in small groups properly
Kan Liang
2018-05-16
1
-0
/
+1
*
perf stat: Fix duplicate PMU name for interval print
Kan Liang
2018-04-24
1
-0
/
+1
*
perf report: Fix the output for stdio events list
Jiri Olsa
2018-03-08
1
-0
/
+1
*
perf pmu: Display pmu name when printing unmerged events in stat
Agustin Vega-Frias
2018-03-08
1
-0
/
+1
*
perf cgroup: Rename 'struct cgroup_sel' to 'struct cgroup'
Arnaldo Carvalho de Melo
2018-03-07
1
-2
/
+2
*
perf evsel: Expose the perf_missing_features struct
Arnaldo Carvalho de Melo
2018-02-15
1
-0
/
+14
*
perf annotate: Use perf_env when obtaining the arch name
Arnaldo Carvalho de Melo
2017-12-27
1
-1
/
+0
*
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
Arnaldo Carvalho de Melo
2017-12-27
1
-1
/
+1
*
perf evlist: Add perf_evlist__parse_sample_timestamp function
Jiri Olsa
2017-11-16
1
-0
/
+4
*
perf evsel: Enable type checking for perf_evsel_config_term types
Andi Kleen
2017-11-16
1
-3
/
+2
*
perf record: Fix -c/-F options for cpu event aliases
Andi Kleen
2017-11-16
1
-0
/
+1
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf evsel: Restore evsel->priv as a tool private area
Arnaldo Carvalho de Melo
2017-10-27
1
-0
/
+3
*
|
perf tools: Support weak groups in 'perf stat'
Andi Kleen
2017-09-13
1
-0
/
+1
|
/
*
perf stat: Only auto-merge events that are PMU aliases
Arnaldo Carvalho de Melo
2017-09-01
1
-0
/
+1
[next]