Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4cb93446c587d56e2a54f4f83113daba2c0b6dee
/
tools
/
perf
/
util
/
util.c
4cb9344
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack
by Arnaldo Carvalho de Melo
· 9 years ago
e1ce726
perf tools: Add lsdir() helper to read a directory
by Masami Hiramatsu
· 9 years ago
c339b1a
perf tools: Make binary data printer code in trace_event public available
by Wang Nan
· 9 years ago
607bfbd
tools lib api fs: Adopt filename__read_str from perf
by Jiri Olsa
· 9 years ago
37b2015
perf tools: Move timestamp creation to util
by Wang Nan
· 9 years ago
4035672
perf symbols: Do not read symbols/data from device files
by Jiri Olsa
· 9 years ago
34b7b0f
perf tools: Fallback to srcdir/Documentation/tips.txt
by Namhyung Kim
· 9 years ago
14cbfbe
perf report: Show random usage tip on the help line
by Namhyung Kim
· 9 years ago
9daddf6
perf tools: Use same signal handling strategy as 'record'
by Arnaldo Carvalho de Melo
· 9 years ago
1fe143c
perf tools: Move term functions out of util.c
by Josh Poimboeuf
· 9 years ago
f2af008
perf report: Add callchain value option
by Namhyung Kim
· 9 years ago
07bc5c6
perf tools: Make fetch_kernel_version() publicly available
by Wang Nan
· 9 years ago
792aeaf
perf tools: Defaults to 'caller' callchain order only if --children is enabled
by Namhyung Kim
· 9 years ago
def02db
perf callchain: Switch default to 'graph,0.5,caller'
by Arnaldo Carvalho de Melo
· 9 years ago
02386c3
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes
by Ingo Molnar
· 9 years ago
bf64456
perf tools: Bool functions shouldn't return -1
by Peter Senna Tschudin
· 9 years ago
592d5a6
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
by Jiri Olsa
· 9 years ago
65d4b26
perf tools: Move tracing_path stuff under same namespace
by Jiri Olsa
· 9 years ago
f6a09af
perf tools: Remove mountpoint arg from perf_debugfs_mount
by Jiri Olsa
· 9 years ago
9f30fff
perf tools: Do not change lib/api/fs/debugfs directly
by Jiri Olsa
· 9 years ago
9f44f0c
perf tools: Add tracing_path and remove unneeded functions
by Jiri Olsa
· 9 years ago
076a30c
perf callchain: Move option parsing code to util.c
by Kan Liang
· 9 years ago
d7c7260
perf tools: Avoid possible race condition in copyfile()
by Milos Vyletel
· 10 years ago
9c9f5a2
perf tools: Introduce copyfile_offset() function
by Namhyung Kim
· 10 years ago
0b1de0be
perf tools: Add rm_rf() utility function
by Namhyung Kim
· 10 years ago
07c1a0d
perf tools: Introduce dump_stack signal helper
by Arnaldo Carvalho de Melo
· 10 years ago
23773ca
perf tools: Make perf aware of tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
ce27309
perf tools: Use sysctl__read_int instead of ad-hoc copies
by Arnaldo Carvalho de Melo
· 10 years ago
3a35112
tools lib fs: Adopt filename__read_int from tools/perf/
by Arnaldo Carvalho de Melo
· 10 years ago
23aadb1
perf callchain: Move callchain_param to util object in to fix python test
by Jiri Olsa
· 10 years ago
6e81c74
perf util: Replace strerror with strerror_r for thread-safety
by Masami Hiramatsu
· 10 years ago
9398c48
perf tools: Introduce set_term_quiet_input helper function
by Jiri Olsa
· 10 years ago
63914ac
perf tools: Show better error message in case we fail to open counters due to EBUSY error
by Jiri Olsa
· 10 years ago
84f5d36
perf tools: Move pr_* debug macros into debug object
by Jiri Olsa
· 10 years ago
d400a68
perf tools: Convert open coded equivalents to asprintf()
by Andy Shevchenko
· 10 years ago
2b1b710
perf tools: Add support to dynamically get cacheline size
by Don Zickus
· 11 years ago
e148c76
perf tools: Handle EINTR error for readn/writen
by Namhyung Kim
· 11 years ago
cd0cfad
perf tools: Move fs.* to lib/api/fs/
by Borislav Petkov
· 11 years ago
71db07b
perf tools: Move mem_bswap32/64 to util.c
by Adrian Hunter
· 11 years ago
1a47245
perf tools: Add perf_event_paranoid()
by Adrian Hunter
· 11 years ago
e1a2b17
perf kvm: Move code to generate filename for perf-kvm to function.
by Dongsheng Yang
· 11 years ago
cef82c9
perf tools: Add filename__read_str util function
by Jiri Olsa
· 11 years ago
bc3a502
perf tools: Add writen function
by Jiri Olsa
· 11 years ago
838d145
perf tools: Fine tune readn function
by Jiri Olsa
· 11 years ago
727ebd5
perf tools: Use correct return type for readn function
by Jiri Olsa
· 11 years ago
56921be
perf tools: Do not accept parse_tag_value() overflow
by Adrian Hunter
· 11 years ago
97a07f1
perf tools: Introduce filename__read_int helper
by Arnaldo Carvalho de Melo
· 11 years ago
9a17d72
perf tools: Add copyfile_mode()
by Adrian Hunter
· 11 years ago
27050f5
perf tools: Add possibility to specify mmap size
by Jiri Olsa
· 11 years ago
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
3b47abe
perf util: Add parse_nsec_time() function
by Namhyung Kim
· 12 years ago
167aedc
perf util: Move debugfs/tracing helper functions to util.c
by Namhyung Kim
· 11 years ago
1355915
perf tools: Extract perf-specific stuff from debugfs.c
by Borislav Petkov
· 12 years ago
2c803e5
perf tools: Move get_term_dimensions from top to util.c
by David Ahern
· 12 years ago
0c6332e
perf python: Fix breakage introduced by the test_attr infrastructure
by Arnaldo Carvalho de Melo
· 12 years ago
b2aff5f
perf tools: Move hex2u64 into util object
by Jiri Olsa
· 12 years ago
0c1fe6b
perf tools: Have the page size value available for all tools
by Arnaldo Carvalho de Melo
· 12 years ago
4e34d95
perf tools: Convert to BACKTRACE_SUPPORT
by Namhyung Kim
· 12 years ago
c9f08be
perf tools: add NO_BACKTRACE for application self-debugging
by Irina Tirdea
· 12 years ago
dc4552b
perf tools: Add dump_stack function
by Arnaldo Carvalho de Melo
· 12 years ago
61e04b3
perf annotate browser: Align jump labels
by Arnaldo Carvalho de Melo
· 13 years ago
7e1ccd3
perf tools: cleanup initialization of attr->size
by Stephane Eranian
· 13 years ago
c4a7dca
perf tools: Change perf_guest default back to false
by Joerg Roedel
· 13 years ago
1aed267
perf kvm: Do guest-only counting by default
by Joerg Roedel
· 13 years ago
1e7972c
perf util: Move do_read from session to util
by Arnaldo Carvalho de Melo
· 14 years ago
c82ee82
perf report: Report number of events, not samples
by Arnaldo Carvalho de Melo
· 15 years ago
69e3f52
perf: Fix implicit declaration of getline in util.c
by Frederic Weisbecker
· 15 years ago
9e20144
perf symbols: Cache /proc/kallsyms files by build-id
by Arnaldo Carvalho de Melo
· 15 years ago
4cf4013
perf record: Introduce a symtab cache
by Arnaldo Carvalho de Melo
· 15 years ago