Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9d482aedd0e2389b483ea8ea727ec201b65e2f27
/
tools
/
perf
/
util
/
evlist.c
fdf1472
perf tools: Only set filter for tracepoints events
by Wang Nan
· 9 years ago
7630b3e
perf tools: Enable passing event to BPF object
by Wang Nan
· 9 years ago
d9aade7f
perf evlist: Handle -EINVAL for sample_freq > max_sample_rate in strerror_open()
by Arnaldo Carvalho de Melo
· 9 years ago
a55e566
perf evlist: Reference count the cpu and thread maps at set_maps()
by Arnaldo Carvalho de Melo
· 9 years ago
d2190a8
perf evlist: Remove perf_evlist__(enable|disable)_event functions
by Jiri Olsa
· 9 years ago
23df7f7
perf evlist: Make perf_evlist__open() open evsels with their cpus and threads (like perf record does)
by Adrian Hunter
· 9 years ago
5bae025
perf evlist: Introduce perf_evlist__new_dummy constructor
by Arnaldo Carvalho de Melo
· 9 years ago
1c59612
perf evlist: Export id_add_fd()
by Jiri Olsa
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
3e27c92
perf evlist: Factor perf_evlist__(enable|disable) functions
by Jiri Olsa
· 9 years ago
45cf6c3
perf tools: Export perf_event_attr__set_max_precise_ip()
by Jiri Olsa
· 9 years ago
7f8d1ad
perf tools: By default use the most precise "cycles" hw counter available
by Arnaldo Carvalho de Melo
· 9 years ago
4768230
perf evlist: Add perf_evlist__remove()
by Adrian Hunter
· 9 years ago
dddcf6a
perf evlist: Add perf_evlist__id2evsel_strict()
by Adrian Hunter
· 9 years ago
d71b0ad
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
by Ingo Molnar
· 9 years ago
8c0498b
perf evlist: Fix create_syswide_maps() not propagating maps
by Adrian Hunter
· 9 years ago
44c42d7
perf evlist: Fix add() not propagating maps
by Adrian Hunter
· 9 years ago
adc0c3e
perf evlist: Factor out a function to propagate maps for a single evsel
by Adrian Hunter
· 9 years ago
74bfd2b
perf evlist: Make create_maps() use set_maps()
by Adrian Hunter
· 9 years ago
934e0f2
perf evlist: Make set_maps() more resilient
by Adrian Hunter
· 9 years ago
fce4d29
perf evsel: Add own_cpus member
by Adrian Hunter
· 9 years ago
b278c36
perf evlist: Fix missing thread_map__put in propagate_maps()
by Adrian Hunter
· 9 years ago
f114d6e
perf evlist: Fix splice_list_tail() not setting evlist
by Adrian Hunter
· 9 years ago
ec9a77a
perf evlist: Add has_user_cpus member
by Adrian Hunter
· 9 years ago
d5bc056
perf evlist: Remove redundant validation from propagate_maps()
by Adrian Hunter
· 9 years ago
725e06b
perf evlist: Simplify set_maps() logic
by Adrian Hunter
· 9 years ago
a69b09e
perf evlist: Simplify propagate_maps() logic
by Adrian Hunter
· 9 years ago
8dd2a13
perf evsel: Propagate error info from tp_format
by Jiri Olsa
· 9 years ago
d988d5e
perf evlist: Open event on evsel cpus and threads
by Kan Liang
· 9 years ago
d49e469
perf evsel: Add a backpointer to the evlist a evsel is in
by Arnaldo Carvalho de Melo
· 9 years ago
05169df
perf script: Fix segfault using --show-mmap-events
by Adrian Hunter
· 9 years ago
98df858
perf report: Add flag for non ANY branch mode
by Andi Kleen
· 10 years ago
0e5ffb3
perf evlist: Tolerate NULL maps in propagate_maps
by Jiri Olsa
· 10 years ago
52361ff
perf evlist: Use bool instead of target argument in propagate_maps()
by Jiri Olsa
· 10 years ago
3de5cfb
perf evlist: Force perf_evlist__set_maps to propagate maps through events
by Jiri Olsa
· 10 years ago
94ad89b
perf evlist: Make perf_evlist__set_filter use perf_evsel__set_filter
by Arnaldo Carvalho de Melo
· 10 years ago
f47805a
perf evsel: Rename set_filter to apply_filter
by Arnaldo Carvalho de Melo
· 10 years ago
578e91e
perf evlist: Propagate thread maps through the evlist
by Jiri Olsa
· 10 years ago
b7f0c20
perf evlist: Propagate cpu maps to evsels in an evlist
by Jiri Olsa
· 10 years ago
186fbb7
perf tools: Add reference counting for thread_map object
by Jiri Olsa
· 10 years ago
f30a79b
perf tools: Add reference counting for cpu_map object
by Jiri Olsa
· 10 years ago
e13798c
perf thread_map: Don't access the array entries directly
by Jiri Olsa
· 10 years ago
2b56bcf
perf evlist: Add toggle_enable() method
by Arnaldo Carvalho de Melo
· 10 years ago
7951722
perf trace: Fix race condition at the end of started workloads
by Sukadev Bhattiprolu
· 10 years ago
7143849
perf evlist: Use atomic.h for the perf_mmap refcount
by Arnaldo Carvalho de Melo
· 10 years ago
b72e74d
perf evlist: Amend mmap ref counting for the AUX area mmap
by Adrian Hunter
· 10 years ago
e9db131
perf record: Extend -m option for AUX area tracing mmap pages
by Adrian Hunter
· 10 years ago
718c602
perf evlist: Add support for mmapping an AUX area buffer
by Adrian Hunter
· 10 years ago
7b8283b5
perf evlist: Fix type for references to data_head/tail
by David Ahern
· 10 years ago
8ea92ce
perf evlist: Fix inverted logic in perf_mmap__empty
by He Kuang
· 10 years ago
23d4aad
perf evlist: Return the first evsel with an invalid filter in apply_filters()
by Arnaldo Carvalho de Melo
· 10 years ago
be199ad
perf evlist: Introduce set_filter_pids method
by Arnaldo Carvalho de Melo
· 10 years ago
cfd70a2
perf evlist: Introduce set_filter_pid method
by Arnaldo Carvalho de Melo
· 10 years ago
23773ca
perf tools: Make perf aware of tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
20f86fc
perf evlist: Fix typo in comment
by Arnaldo Carvalho de Melo
· 10 years ago
e2726d9
tools lib fs: Adopt debugfs open strerrno method
by Arnaldo Carvalho de Melo
· 10 years ago
267b677
perf evlist: Remove extraneous 'was' on error message
by Arnaldo Carvalho de Melo
· 10 years ago
9152983
perf evlist: Use roundup_pow_of_two
by Arnaldo Carvalho de Melo
· 10 years ago
1be300f
perf tools: Make the mmap length autotuning more robust
by Arnaldo Carvalho de Melo
· 10 years ago
0389cd1
tools: Move code originally from linux/log2.h to tools/include/linux/
by Arnaldo Carvalho de Melo
· 10 years ago
8185e88
perf evlist: Do not use hard coded value for a mmap_pages default
by Arnaldo Carvalho de Melo
· 10 years ago
e965bea
perf evlist: Improve the strerror_mmap method
by Arnaldo Carvalho de Melo
· 10 years ago
e5d4a29
perf evlist: Clarify sterror_mmap variable names
by Arnaldo Carvalho de Melo
· 10 years ago
0a2138b
perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg
by Arnaldo Carvalho de Melo
· 10 years ago
956fa57
perf evlist: Introduce strerror_mmap method
by Arnaldo Carvalho de Melo
· 10 years ago
f90d194
perf evlist: Do not poll events that use the system_wide flag
by Adrian Hunter
· 10 years ago
cba9b84
perf tools: Use evlist__for_each in a few remaining places
by Arnaldo Carvalho de Melo
· 10 years ago
3c659ee
perf tools: Add id index
by Adrian Hunter
· 10 years ago
b2e19a9
perf evlist: Fix for double free in tools/perf stat
by Yasser Shalabi
· 10 years ago
4112eb1
perf evlist: Default to syswide target when no thread/cpu maps set
by Arnaldo Carvalho de Melo
· 10 years ago
1aaf63b
perf evlist: Check that there is a thread_map when preparing a workload
by Arnaldo Carvalho de Melo
· 10 years ago
e4b356b
perf evlist: Unmap when all refcounts to fd are gone and events drained
by Arnaldo Carvalho de Melo
· 10 years ago
2171a92
tools lib fd array: Allow associating an integer cookie with each entry
by Arnaldo Carvalho de Melo
· 10 years ago
8239698
perf evlist: Refcount mmaps
by Arnaldo Carvalho de Melo
· 10 years ago
1b85337
tools lib api: Adopt fdarray class from perf's evlist
by Arnaldo Carvalho de Melo
· 10 years ago
f66a889
perf evlist: Introduce poll method for common code idiom
by Arnaldo Carvalho de Melo
· 10 years ago
ad6765d
perf evlist: Allow growing pollfd on add method
by Arnaldo Carvalho de Melo
· 10 years ago
033fa71
perf evlist: We need to poll all event file descriptors
by Arnaldo Carvalho de Melo
· 10 years ago
8179672
perf evlist: Monitor POLLERR and POLLHUP events too
by Arnaldo Carvalho de Melo
· 10 years ago
1ddec7f
perf evlist: Introduce perf_evlist__filter_pollfd method
by Arnaldo Carvalho de Melo
· 10 years ago
6e81c74
perf util: Replace strerror with strerror_r for thread-safety
by Masami Hiramatsu
· 10 years ago
1c65056
perf evlist: Add perf_evlist__enable_event_idx()
by Adrian Hunter
· 10 years ago
60b0896
perf evlist: Add perf_evlist__set_tracking_event()
by Adrian Hunter
· 10 years ago
bf8e8f4
perf evlist: Add 'system_wide' option
by Adrian Hunter
· 10 years ago
5f1c422
perf evlist: Don't run workload if not told to
by Arnaldo Carvalho de Melo
· 10 years ago
a8a8f3e
perf evlist: Pass mmap parameters in a struct
by Adrian Hunter
· 11 years ago
5229e36
perf evlist: Add suggestion of how to set perf_event_paranoid sysctl
by Arnaldo Carvalho de Melo
· 11 years ago
8ad9219
perf stat: Fix memory corruption of xyarray when cpumask is used
by Stephane Eranian
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
983874d
perf evlist: Auto unmap on destructor
by Arnaldo Carvalho de Melo
· 11 years ago
f26e1c7
perf evlist: Close fds on destructor
by Arnaldo Carvalho de Melo
· 11 years ago
03ad974
perf evlist: Move destruction of maps to evlist destructor
by Arnaldo Carvalho de Melo
· 11 years ago
735f7e0
perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload
by Arnaldo Carvalho de Melo
· 11 years ago
f33cbe7
perf evlist: Send the errno in the signal when workload fails
by Arnaldo Carvalho de Melo
· 11 years ago
0466252
perf tools: Introduce zfree
by Arnaldo Carvalho de Melo
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
a025e4f
perf evlist: Add perf_evlist__to_front()
by Adrian Hunter
· 11 years ago
1a47245
perf tools: Add perf_event_paranoid()
by Adrian Hunter
· 11 years ago
1dbfa938
perf evlist: Fix mmap pages rounding to power of 2
by Adrian Hunter
· 11 years ago
f5ae9c4
perf evlist: Fix max mmap_pages
by Adrian Hunter
· 11 years ago
Next »